Skip to content

Commit

Permalink
Add build and test to skip-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jul 14, 2024
1 parent ba9b0fe commit 1f7d74d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
pre-commit:
name: Pre-commit
uses: fabasoad/reusable-workflows/.github/workflows/wf-pre-commit.yml@main
with:
skip-hooks: "build, test"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
verbose: true
stages: ["push"]
- id: test
name: Unit tests
name: Functional tests
entry: make test
language: system
pass_filenames: false
Expand Down

0 comments on commit 1f7d74d

Please sign in to comment.