1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00
matrix-docker-ansible-deploy/.github/workflows/matrix.yml

17 lines
338 B
YAML
Raw Normal View History

2022-02-05 22:36:11 +02:00
---
name: Matrix CI
on: # yamllint disable-line rule:truthy
2022-02-05 22:36:11 +02:00
push:
pull_request:
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