Add shellcheck action to CI

This commit is contained in:
2026-01-18 12:15:11 -05:00
parent 0c8137e474
commit b5bc40cf67

View File

@@ -23,6 +23,11 @@ jobs:
cd ../../
PREFIX="$PREFIX" make test-ci
cat junit.xml
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: deps tests installed
scandir: .
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails