Skip to content

Merge pull request #3 from trustification/templates #12

Merge pull request #3 from trustification/templates

Merge pull request #3 from trustification/templates #12

Workflow file for this run

name: Run ansible-lint
on:
push:
pull_request:
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ansible-lint
run: |
pip install -r requirements-testing.txt
ansible-lint -v