We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2e727 commit d5a485bCopy full SHA for d5a485b
1 file changed
.github/workflows/backend-ci.yml
@@ -31,14 +31,14 @@ jobs:
31
cd server
32
python -m pip install --upgrade pip
33
pip install flake8 black
34
- - name: Run flake8 (Linting)
35
- run: |
36
- cd server
37
- flake8 src/ tests/
38
- name: Run Black (Formatting Check)
39
run: |
40
41
black --check --diff src/ tests/
+ - name: Run flake8 (Linting)
+ run: |
+ cd server
+ flake8 src/ tests/
42
test:
43
name: Run Backend Tests
44
runs-on: ubuntu-latest
0 commit comments