Skip to content

Automatically lint new PRs #7

Automatically lint new PRs

Automatically lint new PRs #7

Workflow file for this run

name: ansible-lint
on:
pull_request:
branches:
- main
- release/v*
workflow_dispatch:
jobs:
lint:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main