Skip to content

Commit 59e88d8

Browse files
added linting tools
1 parent e974c77 commit 59e88d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
run: |
1111
python -m pip install --upgrade pip
1212
pip install -r requirements.txt
13+
- name: Run linting tools
14+
run: |
15+
cd app/
16+
ruff format .
1317
- name: Run Tests
1418
run: |
1519
cd app/

0 commit comments

Comments
 (0)