Update onpush_builder.yaml

This commit is contained in:
Alexandre
2025-05-31 05:16:13 +02:00
committed by GitHub
parent a47cfff5eb
commit 1866bcd145

View File

@@ -24,8 +24,6 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Find changed addon directories - name: Find changed addon directories
id: find_addons id: find_addons
run: | run: |
@@ -76,8 +74,6 @@ jobs:
addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }} addon: ${{ fromJSON(needs.detect-changed-addons.outputs.changedAddons) }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run Home Assistant Add-on Lint - name: Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2 uses: frenck/action-addon-linter@v2
with: with:
@@ -96,8 +92,6 @@ jobs:
arch: ["aarch64", "amd64", "armv7"] arch: ["aarch64", "amd64", "armv7"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Resolve Symlinks (in repo) - name: Resolve Symlinks (in repo)
run: | run: |
find . -type l | while read -r link; do find . -type l | while read -r link; do