Added Ansible Lint action
This commit is contained in:
parent
452bee1cf1
commit
e7137317e7
11
.github/workflows/ansible_lint.yaml
vendored
Normal file
11
.github/workflows/ansible_lint.yaml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user