Skip to content

Commit

Permalink
use v2 of addon linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 30, 2024
1 parent 3a80459 commit b53f866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
SHELLCHECK_OPTS: -e SC3010 -e SC3014 -e SC3057 -e SC3036 -e SC3028 -e SC3020

- name: Check Home Assistant Add-on Lint
uses: frenck/action-addon-linter@main
uses: frenck/action-addon-linter@v2
with:
path: "./home-assistant-addon"

- name: Check Home Assistant Add-on Lint (dev)
uses: frenck/action-addon-linter@main
uses: frenck/action-addon-linter@v2
with:
path: "./home-assistant-addon-dev"

Expand Down

0 comments on commit b53f866

Please sign in to comment.