Skip to content

Update ansible-lint from 4.2.0 to 24.6.0 #664

Update ansible-lint from 4.2.0 to 24.6.0

Update ansible-lint from 4.2.0 to 24.6.0 #664

Workflow file for this run

---
name: Repo configuration
on: push
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v2
with:
yaml_file: .github/labels.yml
skip_delete: false
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}