Skip to content

Commit 62f2dcd

Browse files
committed
ci: disable standard linter
Avoid standard/standard#1976 Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent d103cc5 commit 62f2dcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/${{ env.ZINNIA_VERSION }}/zinnia-linux-x64.tar.gz | tar -xz
1212
- uses: actions/setup-node@v4
13-
- run: npx standard
13+
# Disabled to avoid https://github.com/standard/standard/issues/1976
14+
# - run: npx standard
1415
- run: ./zinnia run test.js
1516

1617
test-windows:

0 commit comments

Comments
 (0)