Create hassfest.yml

This commit is contained in:
Ron Klinkien
2021-07-09 20:40:16 +02:00
committed by GitHub
parent 3c1b75e804
commit 1560895361

18
.github/workflows/hassfest.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Test hassfest
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
hassfest:
runs-on: ubuntu-latest
name: hassfest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Test hassfest
uses: ./hassfest