Use shellcheck in smoke-tests. RIP stickler

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/5300/head
Christian König 12 months ago
parent 366345e87e
commit 53fb7ae0ef
No known key found for this signature in database

@ -23,6 +23,13 @@ jobs:
# If FAIL is 1 then we fail.
[[ $FAIL == 1 ]] && exit 1 || echo "Scripts are executable!"
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
format: tty
severity: error
- name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:

Loading…
Cancel
Save