mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Create weekly_lintconfig.yml
This commit is contained in:
20
.github/workflows/weekly_lintconfig.yml
vendored
Normal file
20
.github/workflows/weekly_lintconfig.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# yamllint disable rule:line-length
|
||||||
|
---
|
||||||
|
name: Weekly lint config
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * 0"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Add-on configuration
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: ⤵️ Check out code from GitHub
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: 🚀 Run Home Assistant Add-on Lint
|
||||||
|
uses: frenck/action-addon-linter@v1
|
||||||
|
with:
|
||||||
|
path: "./addon"
|
||||||
Reference in New Issue
Block a user