Skip to content

Commit

Permalink
Revert "#2 fix: Tell ShellCheck where to find a sourced file"
Browse files Browse the repository at this point in the history
This reverts commit 83c9b9e.
  • Loading branch information
tanhongit committed Jan 6, 2025
1 parent 83c9b9e commit 2f276a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
external: 'yes'
1 change: 0 additions & 1 deletion runner.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -a
# shellcheck source=.env
source .env
set +a
set -ue
Expand Down

0 comments on commit 2f276a1

Please sign in to comment.