workflows: add shellcheck job

This commit is contained in:
Alex Zenla 2024-03-07 17:14:22 +00:00
parent c507a589de
commit 56dd3ea032
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -47,3 +47,9 @@ jobs:
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
- run: ./hack/ci/install-deps.sh
- run: ./hack/initrd/build.sh
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./hack/code/shellcheck.sh