We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4afb33 commit 5c93f25Copy full SHA for 5c93f25
1 file changed
.github/workflows/ci.yml
@@ -41,11 +41,11 @@ jobs:
41
- name: Install deps (CI)
42
run: npm ci
43
44
- # - name: Prettier check
45
- # run: npm run format:check
+ - name: Prettier check
+ run: npm run format:check
46
47
- - name: ESLint
48
- run: npm run lint
+ # - name: ESLint
+ # run: npm run lint
49
50
- name: Run tests (no watch) with coverage + summary
51
run: |
0 commit comments