Skip to content

chore(deps): update dependency lefthook to v1.11.14 #965

chore(deps): update dependency lefthook to v1.11.14

chore(deps): update dependency lefthook to v1.11.14 #965

Workflow file for this run

name: test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run test
- run: npm run build
- run: npm run package:linux
check:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: biomejs/setup-biome@v2
- run: biome check . --write
- uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: "chore: biome check . --write"
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run check-types