Document the manual release-testing practice in CLAUDE.md #558
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: Lint | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: Lint add-on configuration | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: ⤵️ Check out code from GitHub | |
| uses: actions/checkout@v7 | |
| - name: 🚀 Run Home Assistant Add-on Linter | |
| uses: frenck/action-addon-linter@v2.21 | |
| with: | |
| path: "./hassio-google-drive-backup" |