diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6436fd6..330a07a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: npm ci - name: Run linter - run: npm run sass:lint + run: npm run sass:lint -- --formatter github - name: Check EditorConfig configuration run: test -f .editorconfig - name: Check adherence to EditorConfig