Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianlouis authored Feb 11, 2025
1 parent 1b29fb9 commit 44ffa3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@ jobs:

- name: Run Linter (Flake8)
run: flake8 app/
continue-on-error: true

- name: Run Code Formatter (Black)
run: black --check app/
continue-on-error: true

- name: Run Type Checker (Mypy)
run: mypy app/
continue-on-error: true

- name: Run Linter (Pylint)
run: pylint app/
continue-on-error: true

0 comments on commit 44ffa3e

Please sign in to comment.