Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 72dc9fb

Browse files
committed
Add linting and formatting to test job.
1 parent 49d3d66 commit 72dc9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm install
2020
- run: make test
21+
- run: make lint
22+
- run: make format

0 commit comments

Comments
 (0)