CI: Run shellcheck for test scripts

This commit is contained in:
Claudio Bley 2022-02-18 14:38:51 +01:00
parent 3995f3173c
commit a07810cb9d
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Shellcheck
if: matrix.os == 'ubuntu-latest'
run: shellcheck test/run test/checks
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:

View file

@ -103,4 +103,5 @@ function summary() {
trap summary EXIT
# shellcheck source=test/checks
source "$(dirname "${BASH_SOURCE[0]}")/checks"