Skip to content

Commit 18795e5

Browse files
committed
Run prettier on GitHub action PR run
1 parent 3f401c0 commit 18795e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: npm install & test
2222
run: |
2323
npm install
24+
npm run lint
2425
npm test
2526
env:
2627
CI: true

0 commit comments

Comments
 (0)