We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24d100 commit c1a981fCopy full SHA for c1a981f
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
- run: npm ci
11
- - run: npm lint
+ - run: npm run lint
12
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/${{ env.ZINNIA_VERSION }}/zinnia-linux-x64.tar.gz | tar -xz
13
- run: ./zinnia run test.js
14
0 commit comments