feat: linting continues on error

This commit is contained in:
Eli Bosley
2024-10-24 10:32:58 -04:00
parent 6ca9f421eb
commit 38f0699e19

View File

@@ -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