We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063816a commit 62f4d6dCopy full SHA for 62f4d6d
1 file changed
.github/workflows/web-ci.yml
@@ -18,12 +18,6 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install -r backend/requirements.txt
21
- - name: Lint
22
- run: |
23
- black --check backend
24
- isort --profile black --check-only backend
25
- flake8 backend
26
- mypy --ignore-missing-imports backend
27
- name: Test backend
28
env:
29
PYTHONPATH: .
@@ -38,12 +32,10 @@ jobs:
38
32
- uses: actions/setup-node@v4
39
33
with:
40
34
node-version: '18'
41
- - name: Install and lint
35
+ - name: Install
42
36
working-directory: frontend
43
37
44
npm ci || npm install
45
- npm run lint
46
- npm run type-check
47
- name: Test
48
49
run: npm test -- --coverage --passWithNoTests
0 commit comments