diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-08-11 23:53:15 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-08-12 05:13:26 -0600 |
| commit | 344fdfb0164bc3d57c8db28d345c287b732c2c55 (patch) | |
| tree | e160c9c1db49242f37dc361cd74d6b4961ab7840 /.github/workflows | |
| parent | 3e255c09b7e2769eaee64ae8b73bcae8f5ef480d (diff) | |
lint stylesheet source in CI job
Diffstat (limited to '.github/workflows')
| -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 |
