Skip to content

Commit d5a485b

Browse files
Update backend-ci.yml
1 parent bd2e727 commit d5a485b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backend-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
cd server
3232
python -m pip install --upgrade pip
3333
pip install flake8 black
34-
- name: Run flake8 (Linting)
35-
run: |
36-
cd server
37-
flake8 src/ tests/
3834
- name: Run Black (Formatting Check)
3935
run: |
4036
cd server
4137
black --check --diff src/ tests/
38+
- name: Run flake8 (Linting)
39+
run: |
40+
cd server
41+
flake8 src/ tests/
4242
test:
4343
name: Run Backend Tests
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)