Skip to content

Commit

Permalink
Revert "#2 fix: add the config to check with external source"
Browse files Browse the repository at this point in the history
This reverts commit fe1b4d8.

(cherry picked from commit 23c6c0a)
  • Loading branch information
tanhongit committed Jan 6, 2025
1 parent 63cf10e commit f4a54c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
external: 'yes'
1 change: 1 addition & 0 deletions runner.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

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

0 comments on commit f4a54c1

Please sign in to comment.