Address linting warnings
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
|
---
|
||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
|
# yamllint disable-line rule:truthy
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Home Assistant Core Configuration Check
|
name: Home Assistant Core Configuration Check
|
||||||
|
|||||||
+2
-1
@@ -62,7 +62,8 @@ runs:
|
|||||||
secrets="${{ steps.check.outputs.path }}/${secrets}"
|
secrets="${{ steps.check.outputs.path }}/${secrets}"
|
||||||
elif [[ ! -f "${secrets}" ]];
|
elif [[ ! -f "${secrets}" ]];
|
||||||
then
|
then
|
||||||
echo "::error ::Could not find specified secrets file: ${{ inputs.secrets }}"
|
echo "::error ::Could not find specified secrets file:"\
|
||||||
|
" ${{ inputs.secrets }}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user