Skip to content

feat: initial release #6

feat: initial release

feat: initial release #6

Workflow file for this run

name: Node.js CI
on: pull_request
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: prosegrinder/.github/.github/workflows/npm-lint.yaml@main
test:
needs: lint
uses: prosegrinder/.github/.github/workflows/npm-test.yaml@main
cz-dry-run:
needs: test
uses: prosegrinder/.github/.github/workflows/cz-dry-run.yaml@main
secrets:
VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"