-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shfmt errors Fix tests to use a cleaner approach adding --no-interaction to see if that will fix CI Fix files lint and pre-commit changes Fix github actions Fix github actions more edits on the CI tests enablement New bats version and tests fix tryint to fix tests tryint to fix tests tryint to fix tests tryint to fix tests tryint to fix tests checking CI work with new flow checking CI work with new flow fix enabler status code check linkeing issues check linkeing issues check linkeing issues check linkeing issues check linkeing issues check linkeing issues check linkeing issues check linkeing issues fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests fixing test helpers for tests Fix files lint and pre-commit changes Fix files lint and pre-commit changes Fix the submodules init
- Loading branch information
1 parent
1157bf9
commit 932b104
Showing
40 changed files
with
522 additions
and
691 deletions.
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
Submodule bats-file
updated
35 files
Submodule bats-support
updated
3 files
+27 −0 | .github/workflows/tests.yml | |
+0 −3 | .travis.yml | |
+7 −15 | README.md |
Binary file not shown.
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
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
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,5 +1,7 @@ | ||
#!/usr/bin/env bash | ||
# shellcheck shell=bash | ||
# shellcheck disable=SC1090 | ||
# shellcheck disable=SC1090,1091 | ||
|
||
source "${GAUDI_BASH}/bin/composure/composure.sh" | ||
: "${GAUDI_BASH_ORIGIN:="$GAUDI_BASH"}" | ||
|
||
source "${GAUDI_BASH_ORIGIN}/bin/composure/composure.sh" |
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
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
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
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
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
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
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
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,5 +1,7 @@ | ||
#!/usr/bin/env bash | ||
# shellcheck shell=bash | ||
# shellcheck disable=SC1090 | ||
# shellcheck disable=SC1090,1091 | ||
|
||
source "${GAUDI_BASH}/bin/preexec/bash-preexec.sh" | ||
: "${GAUDI_BASH_ORIGIN:="$GAUDI_BASH"}" | ||
|
||
source "${GAUDI_BASH_ORIGIN}/bin/preexec/bash-preexec.sh" |
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
Oops, something went wrong.