1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00
ansible_role_dotfiles/.github/workflows/ansible-debian-sid.yml
L3D ebe7b31f11
secure vim for gopass usage and imporve linting
+ secured vim for gopass usage
+ improved linting
+ added yamllinting check
2021-01-25 16:29:11 +01:00

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: "./"