From ebeb7d3367def6a97db60a87fde141c21c51e781 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:44:55 +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 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