Skip to content

chore(deps): update dependency husky to v9 #102

chore(deps): update dependency husky to v9

chore(deps): update dependency husky to v9 #102

Workflow file for this run

name: nodejs
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
build:
uses: unional/.github/.github/workflows/typescript-build.yml@main
test:
uses: unional/.github/.github/workflows/typescript-test-linux.yml@main
needs: build
release:
if: github.ref == 'refs/heads/main'
uses: unional/.github/.github/workflows/npm-release.yml@main
needs: test
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
docgen:
if: github.ref == 'refs/heads/main'
uses: unional/.github/.github/workflows/build-docs.yml@main
needs: release