Skip to content

Commit

Permalink
ci: check formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Aug 1, 2024
1 parent b7bc8be commit 4467b56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
# Install Manta, with optional dev-only dependencies
python3 -m pip install ".[dev]"
- name: Check formatting
run: |
source venv/bin/activate
python3 -m black . --check
- name: Run tests
run: |
source ./environment.sh
Expand Down

0 comments on commit 4467b56

Please sign in to comment.