1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00
ansible_role_versioncheck/.github/workflows/ansible-debian-sid.yml

19 lines
372 B
YAML
Raw Normal View History

---
2020-02-20 19:41:52 +01:00
name: Ansible check debian:sid
# yamllint disable-line rule:truthy
2020-02-20 19:41:52 +01:00
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-04-08 02:12:28 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2020-02-20 19:41:52 +01:00
2022-04-08 02:12:28 +02:00
- name: 'ansible check with debian:sid'
uses: roles-ansible/check-ansible-debian-sid-action@master
with:
targets: "./"