mirror of
https://github.com/roles-ansible/ansible_role_rtl_nic_firmware.git
synced 2024-08-16 13:39:50 +02:00
18 lines
337 B
YAML
18 lines
337 B
YAML
---
|
|
name: Ansible check debian:sid
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: ansible check with debian:sid
|
|
uses: roles-ansible/check-ansible-debian-sid-action@master
|
|
with:
|
|
targets: "./"
|