matrix-docker-ansible-deploy/.github/workflows/matrix.yml

17 lines
334 B
YAML
Raw Normal View History

2022-02-05 20:36:11 +00:00
---
name: Matrix CI
on: # yamllint disable-line rule:truthy
2022-02-05 20:36:11 +00:00
push:
pull_request:
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
2022-02-05 20:36:11 +00:00
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.2.0