Update lint-checks.yaml

This commit is contained in:
Alexandre
2022-01-22 23:47:27 +01:00
committed by GitHub
parent 081ee66423
commit e8c976ec30

View File

@@ -43,7 +43,7 @@ jobs:
for files in ${{ steps.changed_files.outputs.all }}; do
if [[ "$files" == *".sh" ]]; then
echo "Spellcheck $files"
spellcheck "$files"
shellcheck "$files"
fi
done