repository-beta/.github/workflows/lint.yaml
2021-11-02 11:39:11 +01:00

16 lines
262 B
YAML

---
name: Lint
# yamllint disable-line rule:truthy
on:
push:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/repository-lint.yaml@main