You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -79,4 +79,3 @@ devel-feature-<name of the feature>
21. Echo errors to stderr
22. Make the script compliant with Google Bash style guide.
23. Consider running different files in different subshells i.e. not using `source` command.
24. Have a look at CI scripts Dorothy repo uses: https://github.com/bevry/dorothy/blob/master/.github/workflows/dorothy-workflow.yml and apply the insights in my CI.