mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
18 lines
334 B
YAML
18 lines
334 B
YAML
---
|
|
name: Ansible check fedora:31
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: ansible check with fedora:31
|
|
uses: roles-ansible/check-ansible-fedora-31-action@master
|
|
with:
|
|
targets: "./"
|