Use app_config-compatible linter for builds

This commit is contained in:
Alexandre
2026-08-04 07:45:47 +02:00
parent dccdedf568
commit aeba8de6f4

View File

@@ -114,7 +114,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v7.0.1 - uses: actions/checkout@v7.0.1
- name: Run Home Assistant Add-on Lint - name: Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2 uses: ./.github/actions/addon-linter
with: with:
path: "./${{ matrix.addon }}" path: "./${{ matrix.addon }}"