Added Ansible Lint action

This commit is contained in:
Corbin Bartsch 2022-04-10 21:47:05 -04:00
parent 452bee1cf1
commit e7137317e7
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

11
.github/workflows/ansible_lint.yaml vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main