Skip to content

rollback to patched version of @heyputer/kv.js since 0.1.91 does no… #35

rollback to patched version of @heyputer/kv.js since 0.1.91 does no…

rollback to patched version of @heyputer/kv.js since 0.1.91 does no… #35

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main, next]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: [lint, test]
uses: ./.github/workflows/release.yml
secrets: inherit