ci: fix lint pipeline
Some checks failed
pipeline / lint-and-format (push) Failing after 5m33s
pipeline / build-and-push-images (push) Has been skipped

This commit is contained in:
2026-01-21 14:18:52 +01:00
parent 3fc52205f6
commit 50245be6f5

View File

@@ -14,16 +14,13 @@ jobs:
- name: Checkout repository
uses: https://gitea.com/actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install node and npm
run: apt-get update && apt-get install -y nodejs npm
- name: Install dependencies for frontend
working-directory: ./frontend
run: npm ci
- name: Lint frontend
working-directory: ./frontend
run: npm run lint