From e8c976ec303f5e0b63a189eb41ed6aae2f4d322d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:47:27 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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