Skip to content

refactor: update with biome #113

refactor: update with biome

refactor: update with biome #113

Workflow file for this run

name: release
on:
push:
branches: [main]
jobs:
code:
uses: stable-packages/.github/.github/workflows/pnpm-verify-cross-platform.yml@main
with:
node-version: '[16, 18]'
release:
uses: stable-packages/.github/.github/workflows/pnpm-release-changeset.yml@main
needs: code
secrets: inherit