Skip to content

Commit

Permalink
#2 fix: add the config to check with external source
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 6, 2025
1 parent 8c33021 commit fe1b4d8
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 disable=SC1091
source .env
set +a
set -ue
Expand Down

0 comments on commit fe1b4d8

Please sign in to comment.