1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00
ansible_role_ranger/.github/workflows/ansible-linting-chek.yml

21 lines
387 B
YAML
Raw Normal View History

2020-02-13 20:48:30 +01:00
name: Ansible Lint check
2020-02-13 20:37:05 +01:00
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:
2020-02-13 20:48:30 +01:00
targets: "."
2020-02-13 20:37:05 +01:00
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
2020-02-13 20:48:30 +01:00
# [optional]