Skip to content

Commit 387ba4e

Browse files
committed
Comment out shellcheck env var
1 parent 82451da commit 387ba4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888

8989
- name: Run shellcheck
9090
uses: ludeeus/action-shellcheck@master
91-
env:
92-
SHELLCHECK_OPTS= --shell=bash --external-sources=true --exclude=SC2001 --norc
91+
# env:
92+
# SHELLCHECK_OPTS= --shell=bash --external-sources=true --exclude=SC2001 --norc
9393

9494
compilation:
9595
name: Check compilation

0 commit comments

Comments
 (0)