Run linter in CI without fixing issues
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Brain 2024-08-28 15:00:45 +02:00
parent 4850d79f54
commit bdaec983d8
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A

View File

@ -20,7 +20,7 @@ steps:
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
commands:
- npm ci
- npm run lint
- npm run lint -- --no-fix
- name: audit
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
commands:
@ -104,7 +104,7 @@ steps:
image: node:20.17.0@sha256:a4d1de4c7339eabcf78a90137dfd551b798829e3ef3e399e0036ac454afa1291
commands:
- npm ci
- npm run lint
- npm run lint -- --no-fix
- name: docker-publish
image: plugins/docker:20.18.4@sha256:a8d3d86853c721492213264815f1d00d3ed13f42f5c1855a02f47fa4d5f1e042
settings: