mirror of
https://github.com/roles-ansible/ansible_role_xrandr_help.git
synced 2024-08-16 10:09:52 +02:00
19 lines
337 B
YAML
19 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: "./"
|