Skip to content

Commit

Permalink
Run pre-commit only for the generated project files
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 8, 2024
1 parent 4f82177 commit 3d6ead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cd my_fastagency_app && pip install .[dev]

- name: Run Pre-commit
run: cd my_fastagency_app && pre-commit run --all-files
run: cd my_fastagency_app && pre-commit run --show-diff-on-failure --color=always --files my_fastagency_app/*

# https://github.com/marketplace/actions/alls-green#why
check: # This job does nothing and is only used for the branch protection
Expand Down

0 comments on commit 3d6ead8

Please sign in to comment.