Skip to content

Bump ansible-lint to v24.10.0 #75

Bump ansible-lint to v24.10.0

Bump ansible-lint to v24.10.0 #75

Workflow file for this run

---
name: Super-lint project
on:
push:
branches:
- "**"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run Super-Linter
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSCPD: false