Skip to content

Commit

Permalink
chore(ci): Run shellcheck on Linux build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Oct 2, 2024
1 parent 8acd584 commit d6a374e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
with:
submodules: recursive

- name: Run shellcheck on build script
run: shellcheck -- 'Dockerfiles/${{ matrix.build-script }}'

- name: Check if Dockerfile or build script has been modified
id: docker_image
run: |
Expand Down Expand Up @@ -132,6 +135,9 @@ jobs:
with:
submodules: recursive

- name: Run shellcheck on build script
run: shellcheck -- 'Dockerfiles/${{ matrix.build-script }}'

- name: Check if Dockerfile or build script has been modified
id: docker_image
run: |
Expand Down Expand Up @@ -223,6 +229,9 @@ jobs:
with:
submodules: recursive

- name: Run shellcheck on build script
run: shellcheck -- 'Dockerfiles/${{ matrix.build-script }}'

- name: Check if Dockerfile or build script has been modified
id: docker_image
run: |
Expand Down

0 comments on commit d6a374e

Please sign in to comment.