Skip to content

Commit

Permalink
safa
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Jul 15, 2024
1 parent a0f5365 commit ab9fc58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@v4"

- name: "Prepare boilerplate"
run: mkdir -p /config/logs

- name: "Drop custom component blocks"
uses: "mikefarah/[email protected]"
with:
cmd: |
yq 'del(.hacs)' configuration.yaml -i &&
yq 'del(.homeassistant.allowlist_external_dirs[] | select(. == "/config/logs "))' configuration.yaml -i &&
yq 'del(.lovelace_preprocessor)' packages/ui/frontend.yaml -i
- name: "Validate configuration"
Expand Down

0 comments on commit ab9fc58

Please sign in to comment.