mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update lint-checks.yaml
This commit is contained in:
2
.github/workflows/lint-checks.yaml
vendored
2
.github/workflows/lint-checks.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user