Address linting warnings

This commit is contained in:
Franck Nijhof
2021-01-13 01:18:15 +01:00
parent be6d78da0f
commit fa432e5d4d
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
---
name: Test
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
name: Home Assistant Core Configuration Check
+2 -1
View File
@@ -62,7 +62,8 @@ runs:
secrets="${{ steps.check.outputs.path }}/${secrets}"
elif [[ ! -f "${secrets}" ]];
then
echo "::error ::Could not find specified secrets file: ${{ inputs.secrets }}"
echo "::error ::Could not find specified secrets file:"\
" ${{ inputs.secrets }}"
exit 1
fi