Skip to content

Bump docker/metadata-action from 5.8.0 to 5.9.0 #405

Bump docker/metadata-action from 5.8.0 to 5.9.0

Bump docker/metadata-action from 5.8.0 to 5.9.0 #405

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@50373efb440dd3b524956c075af715cd00eaf20b # v25.8.2
# Let's point it to the path
with:
setup_python: "true"
working_directory: "acm_import/"