Skip to content

Commit 0a57951

Browse files
Test Commit: Run eslint using yarn
1 parent 2d48580 commit 0a57951

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jest.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: yarn install
2222

23+
- name: Run Eslint
24+
run: yarn lint
25+
2326
- name: Run Jest
2427
run: yarn test

0 commit comments

Comments
 (0)