Changelog: describe the #370 fix as a compositing (not layer-size) cause #1690
Workflow file for this run
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: HACS validation | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - 'develop-**' | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| validate-hacs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: HACS validation | |
| # hacs/action@main pinned by commit for reproducibility; bump periodically. | |
| uses: hacs/action@1ebf01c408f29afcb6406bd431bc98fd8cbb15aa | |
| with: | |
| category: plugin |