1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00
ansible_role_i3wm/.github/workflows/ansible-fedora-latest.yml

19 lines
381 B
YAML
Raw Normal View History

2021-02-26 17:26:17 +01:00
---
name: Ansible check fedora:latest
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-04-11 17:51:43 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2021-02-26 17:26:17 +01:00
2022-04-11 17:51:43 +02:00
- name: 'ansible check with fedora:latest'
2021-02-26 17:26:17 +01:00
uses: roles-ansible/check-ansible-fedora-latest-action@master
with:
targets: "./"