Run linter in CI without fixing issues #105

Merged
Brain merged 1 commits from lint-no-fix into main 2024-08-28 15:22:14 +02:00

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: