Skip to content

Validate

Validate #294

Workflow file for this run

name: Validate
on:
push:
pull_request:
schedule:
- cron: "12 2 * * 6" # random
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
- run: |
python3 -m pip install wheel setuptools
python3 -m pip install black~=24.0
python3 -m black . --check