mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02: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
|
- name: 🔎 Run ShellCheck
|
||||||
run: |
|
run: |
|
||||||
for files in ${{ steps.changed_files.outputs.all }}; do
|
for files in ${{ steps.changed_files.outputs.all }}; do
|
||||||
if [[ "$files" == *".sh* ]]; then
|
if [[ "$files" == *".sh" ]]; then
|
||||||
echo "Spellcheck $files"
|
echo "Spellcheck $files"
|
||||||
spellcheck "$files"
|
spellcheck "$files"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user