Skip to content

Commit f14074e

Browse files
committed
fix: remove ng lint from CI — no lint target configured in project
1 parent dce6ca3 commit f14074e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,3 @@ jobs:
4747
python-version: "3.12"
4848
- run: pip install ruff
4949
- 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-
working-directory: client

0 commit comments

Comments
 (0)