We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9201a95 commit a15da39Copy full SHA for a15da39
1 file changed
.github/workflows/lint.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Install modules
24
run: npm ci --legacy-peer-deps
25
- name: Run ESLint
26
- run: npm run lint
27
- - name: Run Prettier
+ run: npm run Eslint linter
+ - name: Run Eslint formatter
28
run: npm run format
0 commit comments