mirror of
https://github.com/Lienol/openwrt
synced 2025-01-08 11:37:34 +08:00
ci: move scripts into separate directory
So it's clean and tidy.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 63ed733d30
)
This commit is contained in:
parent
3a9f927c2f
commit
2e29823034
2
.github/workflows/formal.yml
vendored
2
.github/workflows/formal.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user