Skip to content

Bump gofrolist/molecule-action from 2.7.16 to 2.7.28 #88

Bump gofrolist/molecule-action from 2.7.16 to 2.7.28

Bump gofrolist/molecule-action from 2.7.16 to 2.7.28 #88

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
pull_request:
branches: ["main", "stable", "release/v*"]
push:
branches: ["main", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'