mirror of
https://github.com/roles-ansible/ansible_role_avahi_client.git
synced 2024-08-16 16:09:49 +02:00
18 lines
381 B
YAML
18 lines
381 B
YAML
---
|
|
name: Ansible check ubuntu:bionic
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: 'checkout git repo'
|
|
uses: actions/checkout@v3
|
|
|
|
- name: 'ansible check with ubuntu:bionic'
|
|
uses: roles-ansible/check-ansible-ubuntu-bionic-action@master
|
|
with:
|
|
targets: "./"
|