mirror of
https://github.com/roles-ansible/ansible_role_versioncheck.git
synced 2024-08-16 15:59:49 +02:00
19 lines
346 B
YAML
19 lines
346 B
YAML
|
---
|
||
|
name: Ansible check fedora:latest
|
||
|
|
||
|
# yamllint disable-line rule:truthy
|
||
|
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: "./"
|