mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-08 20:38:00 -05:00
Create hassfest.yml
This commit is contained in:
18
.github/workflows/hassfest.yml
vendored
Normal file
18
.github/workflows/hassfest.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user