[actions] adjust shellcheck/windows tests to9 have a final "done" job

This commit is contained in:
Jordan Harband
2021-04-15 22:34:40 -07:00
parent f2582275f6
commit 07253ecd51
2 changed files with 20 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ name: 'Tests: shellcheck'
on: [pull_request, push]
jobs:
shellcheck:
shellcheck_matrix:
runs-on: ubuntu-latest
strategy:
matrix:
@@ -29,3 +29,9 @@ jobs:
- run: "shellcheck --version"
- name: Run shellcheck on ${{ matrix.file }}
run: shellcheck -s ${{ matrix.shell }} ${{ matrix.file }}
shellcheck:
needs: [shellcheck_matrix]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'