Skip to content

Commit b913ebb

Browse files
Update verify.yml
Removed steps that are not possible in this project
1 parent 8397912 commit b913ebb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ jobs:
2626
run: npm install --ci
2727

2828
- name: Lint
29-
run: npm run lint:check
30-
31-
- name: Format
32-
run: npm run format:check
33-
34-
- name: Types
35-
run: npm run types:check
29+
run: npm run lint
3630
tests:
3731
name: Tests
3832
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)