Update lint-checks.yaml

This commit is contained in:
Alexandre
2022-01-22 23:44:55 +01:00
committed by GitHub
parent 01163790f1
commit ebeb7d3367

View File

@@ -41,7 +41,7 @@ jobs:
- name: 🔎 Run ShellCheck
run: |
for files in ${{ steps.changed_files.outputs.all }}; do
if [[ "$files" == *".sh* ]]; then
if [[ "$files" == *".sh" ]]; then
echo "Spellcheck $files"
spellcheck "$files"
fi