Ver código fonte

feat: add yamllint gh action

pull/1606/head
Marko Weltzer 4 anos atrás
pai
commit
8de4e061e1
1 arquivos alterados com 19 adições e 0 exclusões
  1. +19
    -0
      .github/workflows/matrix.yml

+ 19
- 0
.github/workflows/matrix.yml Ver arquivo

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

Carregando…
Cancelar
Salvar