Skip to content

Commit

Permalink
12s timeout for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jun 15, 2024
1 parent 8ac3e9a commit d09f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- run: bun install --frozen-lockfile
- run: bun pre-commit
- run: timeout 12s bun pre-commit
- run: bun run test
- run: ./check-lines.sh

Expand Down

0 comments on commit d09f6a2

Please sign in to comment.