feat: force linting on build

This commit is contained in:
Eli Bosley
2025-01-31 10:54:27 -05:00
parent 2b213619db
commit ad32cffd75
2 changed files with 2 additions and 2 deletions

View File

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