hack: rename scripts to hack

This commit is contained in:
Alex Zenla
2024-03-07 16:40:06 +00:00
parent 182401371b
commit e3a70e5595
27 changed files with 79 additions and 70 deletions

View File

@ -12,5 +12,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci/install-deps.sh
- run: ./scripts/kernel/build.sh -j5
- run: ./hack/ci/install-deps.sh
- run: ./hack/kernel/build.sh -j5