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-bullseye.yml

19 lines
385 B
YAML
Raw Normal View History

2021-08-17 12:53:45 +02:00
---
name: Ansible check debian:bullseye
# yamllint disable-line rule:truthy
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
2021-08-17 12:53:45 +02:00
2022-04-08 02:12:28 +02:00
- name: 'ansible check with debian:bullseye'
2021-08-17 12:53:45 +02:00
uses: roles-ansible/check-ansible-debian-bullseye-action@main
with:
targets: "./"