So it's clean and tidy. Signed-off-by: Petr Štetiar <[email protected]>
@@ -27,7 +27,7 @@ jobs:
- name: Test formalities
run: |
- source .github/workflows/ci_helpers.sh
+ source .github/workflows/scripts/ci_helpers.sh
RET=0
for commit in $(git rev-list HEAD ^origin/$BRANCH); do