We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0975f0 commit 2973c76Copy full SHA for 2973c76
1 file changed
.github/workflows/test.yml
@@ -13,5 +13,7 @@ jobs:
13
node-version: "22"
14
- name: Install dependencies
15
run: npm install
16
+ - name: Run linting
17
+ run: npm run lint
18
- name: Run tests
19
run: npm run test
0 commit comments