Skip to content

Bump super-linter/super-linter from 8.2.1 to 8.3.2 #220

Bump super-linter/super-linter from 8.2.1 to 8.3.2

Bump super-linter/super-linter from 8.2.1 to 8.3.2 #220

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@43e758bad47344f1ce7b699c0020299f486a8026
with:
setup_python: "true"