ansible-role-gitea/.github/workflows/ansible-linting-check.yml

23 lines
410 B
YAML
Raw Normal View History

2021-01-16 15:36:41 -06:00
---
name: Ansible Lint check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
2021-01-16 15:36:41 -06:00
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]