mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
23 lines
445 B
YAML
23 lines
445 B
YAML
|
---
|
||
|
name: Ansible Lint check
|
||
|
|
||
|
# yamllint disable-line rule:truthy
|
||
|
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: "."
|
||
|
# [required]
|
||
|
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
|
||
|
args: ""
|
||
|
# [optional]
|