Skip to content

Commit

Permalink
updated validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuSCHNITZEL committed May 30, 2022
1 parent dd29c4c commit 6edcab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Install pre-commit
run: |
python3 -m pip install pre-commit
pre-commit install-hooks --config .github/pre-commit-config.yaml
pre-commit install-hooks --config .pre-commit-config.yaml
- name: Run the check (${{ matrix.checks }})
run: pre-commit run --hook-stage manual ${{ matrix.checks }} --all-files --config .github/pre-commit-config.yaml
run: pre-commit run --hook-stage manual ${{ matrix.checks }} --all-files --config .pre-commit-config.yaml
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
- name: "HACS validation"
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
category: "integration"
File renamed without changes.

0 comments on commit 6edcab5

Please sign in to comment.