Skip to content

Commit

Permalink
Update Main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EXG1O committed May 8, 2024
1 parent 7e1a77e commit d0a4115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
echo "POSTGRESQL_DATABASE_PASSWORD=password" >> .env
- name: Run ruff
run: ./env/bin/ruff check .
run: |
./env/bin/ruff check .
./env/bin/ruff format --check .
- name: Run mypy
run: ./env/bin/mypy .
Expand Down

0 comments on commit d0a4115

Please sign in to comment.