Added Ansible Lint workflow
This commit is contained in:
parent
59ccf52958
commit
9a2e233193
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