mirror of
https://github.com/hassio-addons/workflows.git
synced 2025-05-07 04:21:27 +00:00
⬆️ Update frenck/action-addon-linter action to v2.16.0 (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c40f284567
commit
e14c6f4fcd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/addon-ci.yaml
vendored
2
.github/workflows/addon-ci.yaml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v4
|
||||
- name: 🚀 Run Add-on Lint
|
||||
uses: frenck/action-addon-linter@v2.15.1
|
||||
uses: frenck/action-addon-linter@v2.16.0
|
||||
with:
|
||||
community: true
|
||||
path: "./${{ needs.information.outputs.target }}"
|
||||
|
|
2
.github/workflows/base-ci.yaml
vendored
2
.github/workflows/base-ci.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: ⤵️ Check out code from GitHub
|
||||
uses: actions/checkout@v4
|
||||
- name: 🚀 Run Add-on Lint
|
||||
uses: frenck/action-addon-linter@v2.15.1
|
||||
uses: frenck/action-addon-linter@v2.16.0
|
||||
with:
|
||||
community: true
|
||||
path: "./${{ needs.information.outputs.target }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue