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@v3 - name: 🚀 Run Home Assistant Add-on Linter uses: frenck/action-addon-linter@v2.13 with: path: "./hassio-google-drive-backup"