Skip to content

Commit

Permalink
ci: disable standard linter
Browse files Browse the repository at this point in the history
Avoid standard/standard#1976

Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Sep 12, 2024
1 parent d103cc5 commit 62f2dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v4
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/${{ env.ZINNIA_VERSION }}/zinnia-linux-x64.tar.gz | tar -xz
- uses: actions/setup-node@v4
- run: npx standard
# Disabled to avoid https://github.com/standard/standard/issues/1976
# - run: npx standard
- run: ./zinnia run test.js

test-windows:
Expand Down

0 comments on commit 62f2dcd

Please sign in to comment.