Przeglądaj źródła

ci: move scripts into separate directory

So it's clean and tidy.

Signed-off-by: Petr Štetiar <[email protected]>
Petr Štetiar 3 lat temu
rodzic
commit
63ed733d30

+ 1 - 1
.github/workflows/formal.yml

@@ -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

+ 0 - 0
.github/workflows/ci_helpers.sh → .github/workflows/scripts/ci_helpers.sh