Skip to content

Cleanup code

Cleanup code #10

Workflow file for this run

name: CI/CD
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: lint & check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@main
with:
targets: "./"
args: "-q"
override-deps: |
ansible-lint==5.4.0