mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
Add action check for fedorra (latest + 33)
This commit is contained in:
parent
548bdad103
commit
a92a693051
2 changed files with 32 additions and 0 deletions
16
.github/workflows/ansible-fedora-33.yml
vendored
Normal file
16
.github/workflows/ansible-fedora-33.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Ansible check fedora:33
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: ansible check with fedora:33
|
||||||
|
uses: roles-ansible/check-ansible-fedora-33-action@master
|
||||||
|
with:
|
||||||
|
targets: "./"
|
16
.github/workflows/ansible-fedora-latest.yml
vendored
Normal file
16
.github/workflows/ansible-fedora-latest.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Ansible check fedora:latest
|
||||||
|
|
||||||
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: ansible check with fedora:latest
|
||||||
|
uses: roles-ansible/check-ansible-fedora-latest-action@master
|
||||||
|
with:
|
||||||
|
targets: "./"
|
Loading…
Reference in a new issue