Skip to content

GitHub Actions for Home Assistant workflows

License

Notifications You must be signed in to change notification settings

agners/actions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions

GitHub Actions and helper for Home Assistant workflows

hassfest

Run hassfest to validate standalone integration repositories.

action: home-assistant/actions/hassfest@master

example implementation:

name: Validate with hassfest

on:
  push:
  pull_request:
  schedule:
    - cron:  '0 0 * * *'

jobs:
  validate:
    runs-on: "ubuntu-latest"
    steps:
        - uses: "actions/checkout@v2"
        - uses: "home-assistant/actions/hassfest@master"

This will run the hassfest action on every push and pull request to all branches, as well as every midnight.

Helpers

A collection of GitHub Action helpers, these are considered internal to the Home Assistant organization on GitHub and will change without warning.

About

GitHub Actions for Home Assistant workflows

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 70.1%
  • Shell 29.9%