1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00
ansible_role_weechat/.github/workflows/ansible-ubuntu-bionic.yml
L3D eaa4a63cae
huge commit, updating role to ansible 2.11
+ update to ansible 2.11
+ improved linting
+ delete travis
+ increase version
+ update meta data
2021-05-27 14:14:13 +02:00

18 lines
346 B
YAML

---
name: Ansible check ubuntu:bionic
# 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:bionic
uses: roles-ansible/check-ansible-ubuntu-bionic-action@master
with:
targets: "./"