Skip to content

Commit

Permalink
chore: add shellcheck for config
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Feb 20, 2024
1 parent b18b433 commit e232cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ runs:
main
echo "::endgroup::"
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
scandir: "${{ github.workspace }}/repository/src"
ignore_paths: "${{ github.workspace }}/repository/src/modules/**"
additional_files: "config"

- name: Base Image Checksum
id: checksum
shell: bash
Expand Down

0 comments on commit e232cfc

Please sign in to comment.