diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index 3ed76e5f2..b307c07c2 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -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