CI: Fix issues

This commit is contained in:
Dylan Araps 2019-08-23 10:33:45 +00:00
parent 820f843474
commit d1e0102622

View File

@ -10,4 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: shellcheck -e 2034 */*/build */*/post-install
run: |
shopt -s nullglob
shellcheck -e 2034 */*/build */*/post-install