updated workflow 2
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / test (push) Has been cancelled

This commit is contained in:
stratumadev 2025-05-12 11:00:12 +02:00
parent 4e79fbf8ab
commit 4b318021f5

View file

@ -20,7 +20,7 @@ jobs:
node-version: 20
check-latest: true
- run: pnpm i
- run: npx eslint .
- run: npx eslint . --quiet
test:
needs: eslint
runs-on: ubuntu-latest