Skip to content

Catch-up merge

Catch-up merge #82

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
name: ansible-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible/[email protected]
with:
path: "pan-os-ansible/"