Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail

changed=$(git diff --cached --name-only -- .github/workflows scripts fixtures release README.md)
changed=$(git diff --cached --name-only -- .github/workflows scripts fixtures release README.md package.json)
if [[ -n "$changed" ]]; then
node scripts/check-workflow-contract.mjs
node scripts/check-workflow-shell.mjs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
bun-version: 1.3.14
- name: Install dependencies and hooks
run: bun install
run: bun install --frozen-lockfile
- name: Run aggregate verification
run: bun run check
- name: Actionlint
Expand Down
Loading