mirror of
https://github.com/unraid/api.git
synced 2026-02-17 21:48:34 -06:00
feat: linting continues on error
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
||||
run: docker buildx build --cache-from=type=gha --cache-to=type=gha,mode=max --load -t builder -f ./Dockerfile .
|
||||
|
||||
- name: Lint inside of the docker container
|
||||
continue-on-error: true
|
||||
run: |
|
||||
docker run --rm builder npm run lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user