From fa432e5d4d247f48541e1d5bf619f16408c09b2d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 13 Jan 2021 01:18:15 +0100 Subject: [PATCH] Address linting warnings --- .github/workflows/test.yaml | 4 ++++ action.yaml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 90c552f..8a27df4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,5 +1,9 @@ +--- name: Test + +# yamllint disable-line rule:truthy on: [push, pull_request] + jobs: build: name: Home Assistant Core Configuration Check diff --git a/action.yaml b/action.yaml index 4a8a236..3ee5a1e 100644 --- a/action.yaml +++ b/action.yaml @@ -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