Skip to content

ansible-lint

ansible-lint #28

Workflow file for this run

---
name: ansible-lint
on:
pull_request:
push:
schedule:
- cron: "20 7 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: 'rls.openproject'
- name: run ansible-lint
uses: ansible/[email protected]
with:
path: '.'