1
0
Fork 0
mirror of https://github.com/roles-ansible/role_akku_warning.git synced 2024-08-16 10:09:50 +02:00
role_akku_warning/.github/workflows/ansible-debian-stable.yml

23 lines
385 B
YAML
Raw Normal View History

2021-11-11 21:20:47 +01:00
---
2020-02-20 22:58:32 +01:00
name: Ansible check debian:stable
2021-11-11 21:20:47 +01:00
# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
2020-02-20 22:58:32 +01:00
jobs:
build:
runs-on: ubuntu-latest
steps:
2021-11-11 21:20:47 +01:00
- uses: actions/checkout@v2
2020-02-20 22:58:32 +01:00
2021-11-11 21:20:47 +01:00
- name: ansible check with debian:stable
uses: roles-ansible/check-ansible-debian-stable-action@master
with:
targets: "./"