Skip to content

Commit

Permalink
Debug actions and precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Meyers committed Feb 22, 2024
1 parent 99587bd commit 2f7fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# pip install -e ".[test]"
- uses: pre-commit/action@v3.0.1
with:
extra_args: --config .pre-commit-config-ci.yaml
extra_args: --config .pre-commit-config-ci.yaml --all-files
# - name: Test with pytest
# run: |
# pytest -vv --gherkin-terminal-reporter unity-test/unit

0 comments on commit 2f7fcce

Please sign in to comment.