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 fe1b4d884621e410671a6605edf3bac21d7badf3.

(cherry picked from commit 23c6c0a4f72811f57eb2fda93e0c74887233404c)
  • Loading branch information
tanhongit committed Jan 6, 2025
1 parent 9b76bbc commit cd5b1bd
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 cd5b1bd

Please sign in to comment.