Skip to content

Commit

Permalink
fix(ci): run linter in CI
Browse files Browse the repository at this point in the history
We were not actually running the linter in CI (despite the name of the
job saying so)
  • Loading branch information
Restioson committed Nov 5, 2024
1 parent 288d416 commit c18592b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Run linting tools
run: |
cd app/
ruff format .
ruff format --diff .
ruff check --diff .
- name: Create logging folder
run: |
sudo mkdir -p /logging
Expand Down

0 comments on commit c18592b

Please sign in to comment.