feat: add yamllint gh action

pull/1606/head
Marko Weltzer 2 years ago
parent 7e5b88c3b7
commit 8de4e061e1

@ -0,0 +1,19 @@
---
name: Matrix CI
# yamllint disable-line rule:truthy
on:
push:
pull_request:
schedule:
- cron: 0 12 * * *
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v2.4.0
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2
Loading…
Cancel
Save