Skip to content

Bump actions/checkout from 2 to 4 #28

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #28

Workflow file for this run

---
name: "Ansible Lint"
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.AUTOMATION_PAT }}
- name: 'Ansible Lint'
uses: ansible/ansible-lint@v24.9.2