Skip to content

Add Ansible yamllint #3

Add Ansible yamllint

Add Ansible yamllint #3

Workflow file for this run

name: Ansible
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v2
- name: Install all requirements
run: |
python3 -m pip install --upgrade -r requirements.txt
- name: Run ansible-yama-lint
run: |
make static-ansible-yaml