Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fix  workflow, maybe...
  • Loading branch information
BeardedTinker authored Oct 8, 2024
1 parent fb174cd commit e3653c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Home Assistant
run: pip3 install homeassistant==$(cat .HA_VERSION)
- name: Check config
run: hass -c . --script check_config --info all
run: hass -c . --script check_config --info all --system
home_assistant_stable:
runs-on: ubuntu-latest
needs: [yamllint, remarklint]
Expand Down

0 comments on commit e3653c4

Please sign in to comment.