We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0163429 commit b8be72bCopy full SHA for b8be72b
.github/workflows/validate.yml
@@ -7,17 +7,9 @@ on:
7
jobs:
8
validate:
9
runs-on: "ubuntu-latest"
10
- name: Validate
11
steps:
12
- uses: "actions/checkout@v2"
13
- - name: HACS validation
14
- uses: "hacs/integration/action@master"
15
- with:
16
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
- CATEGORY: "integration"
18
-
19
- - name: Hassfest validation
20
- uses: "home-assistant/actions/hassfest@master"
+ - uses: home-assistant/actions/hassfest@master
21
22
style:
23
0 commit comments