Skip to content

update ansible-lint to 6.20.3 #280

update ansible-lint to 6.20.3

update ansible-lint to 6.20.3 #280

Workflow file for this run

---
name: Ansible Lint
on:
- push
- pull_request_target
env:
ANSIBLE_GALAXY_SERVER_AH_TOKEN: ${{ secrets.ANSIBLE_GALAXY_SERVER_AH_TOKEN }}
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
# this action implicitly calls actions/checkout
- name: Run ansible-lint
uses: ansible/[email protected]