We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d48580 commit 0a57951Copy full SHA for 0a57951
.github/workflows/jest.yml
@@ -20,5 +20,8 @@ jobs:
20
- name: Install dependencies
21
run: yarn install
22
23
+ - name: Run Eslint
24
+ run: yarn lint
25
+
26
- name: Run Jest
27
run: yarn test
0 commit comments