diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cae2d0..c57f977 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,11 @@ jobs: name: Install dependencies run: npm ci - - name: Run linter + name: Run SASS linter run: npm run sass:lint + - + name: Run JavaScript linter + run: npm run js:lint - name: Check EditorConfig configuration run: test -f .editorconfig