mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04: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
@@ -43,7 +43,7 @@ jobs:
|
|||||||
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"
|
shellcheck "$files"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user