Skip to content

Commit

Permalink
Specified files to run pre-commit on
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrepucci committed Jan 17, 2024
1 parent 416c7c2 commit 1563b2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github_action_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs:

env:
OS: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
with:
extra_ards: --files src/multivelo/auxiliary.py src/multivelo/dynamical_chrom_func.py src/multivelo/steady_chrom_func.py

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1563b2f

Please sign in to comment.