Skip to content

Commit

Permalink
ci: run pre-commit on all files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Nov 28, 2024
1 parent fd98003 commit 4b26a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
# Install Manta, with optional dev-only dependencies
python3 -m pip install ".[dev]"
- name: Check formatting
- name: Run pre-commit against all files
run: |
source venv/bin/activate
python3 -m ruff format --check
pre-commit run --all-files
- name: Run tests
run: |
Expand Down

0 comments on commit 4b26a8d

Please sign in to comment.