We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7736b7d commit 4d81bf4Copy full SHA for 4d81bf4
1 file changed
.github/workflows/pr.yml
@@ -10,4 +10,6 @@ jobs:
10
- name: npm install
11
run: npm install
12
- name: run ESLint
13
- run: npm run lint
+ run: npm run lint
14
+ - name: run tests
15
+ run: npm run test
0 commit comments