We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce6ca3 commit f14074eCopy full SHA for f14074e
1 file changed
.github/workflows/ci.yml
@@ -47,12 +47,3 @@ jobs:
47
python-version: "3.12"
48
- run: pip install ruff
49
- run: ruff check api/ tests/ --select E,F,W --ignore E501
50
- - uses: actions/setup-node@v4
51
- with:
52
- node-version: "22"
53
- cache: "npm"
54
- cache-dependency-path: client/package-lock.json
55
- - run: npm ci
56
- working-directory: client
57
- - run: npx ng lint
58
0 commit comments