Skip to content

Commit

Permalink
added linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed Apr 29, 2024
1 parent e974c77 commit 59e88d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run linting tools
run: |
cd app/
ruff format .
- name: Run Tests
run: |
cd app/
Expand Down

0 comments on commit 59e88d8

Please sign in to comment.