From ac5f89ed03fdd2f18b202153f0116a0f75f40208 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Sat, 6 Mar 2021 10:13:20 +0100 Subject: [PATCH] CI validate update --- .github/workflows/validate.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index cc68e8a..03d6c93 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -3,12 +3,13 @@ name: Validate on: push: paths-ignore: - - 'README.md' + - "README.md" + - "info.md" branches: - master pull_request: branches: - - '*' + - "*" jobs: validate: @@ -17,11 +18,13 @@ jobs: - name: Checkout uses: "actions/checkout@v2" + - name: Check PEP8 + uses: andymckay/pycodestyle-action@0.1.3 + - name: HACS validation - uses: hacs/integration/action@main + uses: hacs/action@main with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CATEGORY: "integration" - + CATEGORY: integration + - name: HASSFEST uses: home-assistant/actions/hassfest@master