1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_client.git synced 2024-08-16 16:09:49 +02:00
ansible_role_avahi_client/.github/workflows/ansible-debian-latest.yml

19 lines
381 B
YAML
Raw Normal View History

2021-09-02 01:44:09 +02:00
---
name: Ansible check debian:latest
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-04-07 22:38:53 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2021-09-02 01:44:09 +02:00
2022-04-07 22:38:53 +02:00
- name: 'ansible check with debian:latest'
2021-09-02 01:44:09 +02:00
uses: roles-ansible/check-ansible-debian-latest-action@master
with:
targets: "./"