-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "#2 fix: add the config to check with external source"
This reverts commit fe1b4d884621e410671a6605edf3bac21d7badf3. (cherry picked from commit 23c6c0a4f72811f57eb2fda93e0c74887233404c)
- Loading branch information
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,3 @@ jobs: | |
uses: ludeeus/action-shellcheck@master | ||
with: | ||
check_together: 'yes' | ||
external: 'yes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|