mirror of
https://github.com/unraid/api.git
synced 2026-01-02 06:30:02 -06:00
feat: force linting on build
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
cache-to: type=gha,mode=max,ref=builder:latest
|
||||
load: true
|
||||
- name: Lint inside of the docker container
|
||||
continue-on-error: true
|
||||
continue-on-error: false
|
||||
run: |
|
||||
docker run --rm builder npm run lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user