Skip to content

Commit c1a981f

Browse files
committed
Fix lint cmd in workflow
1 parent a24d100 commit c1a981f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
- run: npm ci
11-
- run: npm lint
11+
- run: npm run lint
1212
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/${{ env.ZINNIA_VERSION }}/zinnia-linux-x64.tar.gz | tar -xz
1313
- run: ./zinnia run test.js
1414

0 commit comments

Comments
 (0)