mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
feat: add yamllint gh action
This commit is contained in:
parent
7e5b88c3b7
commit
8de4e061e1
19
.github/workflows/matrix.yml
vendored
Normal file
19
.github/workflows/matrix.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user