Skip to content

Commit 4b7d218

Browse files
authored
Update ci.yml
1 parent be90e06 commit 4b7d218

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ jobs:
2323
cache: 'npm'
2424
- name: Install dependencies
2525
run: npm ci
26+
- name: Lint code and fix
27+
run: npm run lint:fix
2628
- name: Lint code
2729
run: npm run lint
30+
- name: Check formatting and fix
31+
run: npm run format:fix
2832
- name: Check formatting
2933
run: npm run format
3034
- name: Run tests

0 commit comments

Comments
 (0)