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