Skip to content

Commit 95ad90b

Browse files
committed
adding linting step
1 parent de2d0b6 commit 95ad90b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ jobs:
1414
- name: Install dependencies
1515
run: npm install
1616

17+
- name: Linting
18+
run: npx standard
19+
1720
- name: Run tests
1821
run: npm run test

0 commit comments

Comments
 (0)