Skip to content

Commit 8381328

Browse files
committed
Fix accidental substitution
1 parent 387ba4e commit 8381328

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)