feat: add yamllint gh action

This commit is contained in:
Marko Weltzer 2022-02-05 21:36:11 +01:00
parent 7e5b88c3b7
commit 8de4e061e1

19
.github/workflows/matrix.yml vendored Normal file
View File

@ -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