Merge pull request 'Run linter in CI without fixing issues' (!105) from lint-no-fix into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #105
This commit is contained in:
commit
b25e0c2ce5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user