Skip to content

Commit a85e15c

Browse files
authored
chore: run lint:ci on test (#103)
* chore: run lint:ci on test * fixup! chore: run lint:ci on test
1 parent 8ee55bb commit a85e15c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@ jobs:
5252
- name: Install dependencies
5353
run: npm install
5454

55-
- name: Run linter
56-
run: npm run lint:ci
57-
5855
- name: Run tests
5956
run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "index.d.ts",
77
"scripts": {
8-
"test": "c8 node --test --allow-natives-syntax",
8+
"test": "npm run lint:ci && c8 node --test --allow-natives-syntax",
99
"test:types": "tsd -f types/types.test-d.ts",
1010
"lint": "biome lint .",
1111
"lint:ci": "biome ci .",

0 commit comments

Comments
 (0)