Skip to content

Commit 7b52afb

Browse files
committed
fix bad command
1 parent 8d487cb commit 7b52afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install Dependencies
2323
run: npm install --force
2424
- name: Run All Checks
25-
run: npm check:all
25+
run: npm run check:all

0 commit comments

Comments
 (0)