We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c220f50 + 493bdd8 commit 9f6397cCopy full SHA for 9f6397c
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: npm ci
23
- name: Run linter
24
- run: npm run sass:lint
+ run: npm run sass:lint -- --formatter github
25
- name: Check EditorConfig configuration
26
run: test -f .editorconfig
27
- name: Check adherence to EditorConfig
0 commit comments