Skip to content

Bump monolithprojects/action-molecule from 1.4.1 to 1.5.0 #21

Bump monolithprojects/action-molecule from 1.4.1 to 1.5.0

Bump monolithprojects/action-molecule from 1.4.1 to 1.5.0 #21

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