Delete weekly_lintconfig.yml

This commit is contained in:
Alexandre
2022-04-28 13:27:24 +02:00
committed by GitHub
parent e9fc4d14e3
commit adcb1f0a8b

View File

@@ -1,20 +0,0 @@
# 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: "./*/"