Skip to content

Fixes #36: switch from coroutine to async/await #12

Fixes #36: switch from coroutine to async/await

Fixes #36: switch from coroutine to async/await #12

Workflow file for this run

name: Validate
on:
push:
paths-ignore:
- "README.md"
- "info.md"
branches:
- master
pull_request:
branches:
- "*"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: "actions/checkout@v2"
- name: Check PEP8
uses: andymckay/[email protected]
- name: HACS validation
uses: hacs/action@main
with:
CATEGORY: integration
- name: HASSFEST
uses: home-assistant/actions/hassfest@master