diff options
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da88a4e0..f16313a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: run: | cd src/stylesheets npm i --silent --no-audit --no-audit --no-fund --no-package-lock --no-progress + npm run lint npm run build cd - if [ -n "$(git diff --name-only -- data/stylesheets)" ]; then |
