mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
Merge branch 'main' of https://github.com/roles-ansible/ansible_role_base
This commit is contained in:
commit
00fa283495
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ansible-centos-centos9.yml
vendored
Normal file
18
.github/workflows/ansible-centos-centos9.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
name: Ansible check centos:stream9
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: 'checkout git repo'
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: 'ansible check with quay.io/centos/centos:stream9'
|
||||
uses: roles-ansible/check-ansible-centos-centos9-action@main
|
||||
with:
|
||||
targets: "./"
|
Loading…
Reference in a new issue