From 86287d7dd6b0a7770bbea5a0e02187a44beee257 Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:55:44 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5aa89e95a..02445635e 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,3 @@ devel-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.