Skip to content

Commit 2973c76

Browse files
authored
chore: add lint to github action (#90)
1 parent a0975f0 commit 2973c76

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
node-version: "22"
1414
- name: Install dependencies
1515
run: npm install
16+
- name: Run linting
17+
run: npm run lint
1618
- name: Run tests
1719
run: npm run test

0 commit comments

Comments
 (0)