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