Skip to content

fix typos in the envs (#125) #847

fix typos in the envs (#125)

fix typos in the envs (#125) #847

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: |
python -m pip install --upgrade pip
pip install -r testing-requirements.txt
ansible-galaxy install -r requirements.yml
ansible-lint -v