Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Apr 8, 2024
1 parent 8989adc commit fe1a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
poetry install
- name: Lint code with Flake8
run: |
poetry run flake8 ingestor
poetry run flake8 mbta-performance
- name: Check code format with Black
run: |
poetry run black --check ingestor
poetry run black --check mbta-performance

0 comments on commit fe1a874

Please sign in to comment.