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

Merge pull request #9 from roles-ansible/bullseye

Adding check for debian bullseye
This commit is contained in:
L3D 2021-10-06 11:18:43 +02:00 committed by GitHub
commit 259e72b61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
name: Ansible check debian:bullseye
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ansible check with debian:bullseye
uses: roles-ansible/check-ansible-debian-bullseye-action@main
with:
targets: "./"

View file

@ -1,6 +1,7 @@
--- ---
name: Galaxy release name: Galaxy release
# yamllint disable-line rule:truthy
on: on:
push: push:
branches: ['main'] branches: ['main']