Skip to content

improve(docker): get docker apt key only if not present #64

improve(docker): get docker apt key only if not present

improve(docker): get docker apt key only if not present #64

name: ansible-lint Linter
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: "-c ./ansible/.ansible-lint.yaml ansible"
requirements_file: "ansible/requirements.yml"