mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
workflows: add shellcheck job
This commit is contained in:
parent
c507a589de
commit
56dd3ea032
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user