add lint option

This commit is contained in:
ahmadali shafiee 2020-03-29 13:44:28 +00:00
parent 3fb34ad9de
commit a6e30dec3b

17
.github/workflows/ansible-lint.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: "tests/test.yml"
args: ""