Skip to content

Commit 90647b1

Browse files
authored
Merge branch 'master' into master
2 parents c98ba8a + 903191f commit 90647b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
run: |
2828
npm i && npx playwright install chromium
2929
npm test
30+
- name: lint check
31+
run: |
32+
npm i
33+
npm run lint
3034
- name: Build
3135
run: |
3236
npm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "tsc",
1111
"lint": "rome ci src",
1212
"format": "rome format src --write",
13-
"lint:fix": "rome check src --apply-suggested",
13+
"lint:fix": "rome check src --apply-unsafe",
1414
"test": "jest --coverage"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)