Skip to content

Bump GenvexNabto version to fix issues #16

Bump GenvexNabto version to fix issues

Bump GenvexNabto version to fix issues #16

Workflow file for this run

name: "Formatting validation"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Download repo
with:
fetch-depth: 0
- uses: actions/setup-python@v2
name: Setup Python
- run: |
python3 -m pip install black
black custom_components --check
name: Format validation