Bump asusrouter to 57ae2c770590ea2d209df69fce5e7fc8e10aaeec (#1056) #3017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - main | |
| pull_request: | |
| types: [edited, opened, reopened, synchronize] | |
| schedule: | |
| - cron: "0 0 * * *" | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| hacs: | |
| name: HACS | |
| permissions: | |
| contents: read | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - uses: "actions/checkout@v5" | |
| - name: HACS | |
| uses: "hacs/action@main" | |
| with: | |
| category: "integration" | |
| hassfest: | |
| name: hassfest | |
| permissions: | |
| contents: read | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - uses: "actions/checkout@v5" | |
| - uses: "home-assistant/actions/hassfest@master" |