1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_rspamd.git synced 2024-08-16 17:09:51 +02:00
ansible_role_rspamd/.github/workflows/ansible-debian-sid.yml

19 lines
372 B
YAML
Raw Normal View History

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