mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
19 lines
397 B
YAML
19 lines
397 B
YAML
|
---
|
||
|
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: "./"
|