We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2d0b6 commit 95ad90bCopy full SHA for 95ad90b
.github/workflows/tests.yaml
@@ -14,5 +14,8 @@ jobs:
14
- name: Install dependencies
15
run: npm install
16
17
+ - name: Linting
18
+ run: npx standard
19
+
20
- name: Run tests
21
run: npm run test
0 commit comments