Files
hasaddon/hassio-google-drive-backup/.github/workflows/lint.yaml
T
2023-07-30 21:04:44 +07:00

14 lines
367 B
YAML

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"