Skip to content

new(images): added an ubuntu 5.8-aws clang-7 image. #85

new(images): added an ubuntu 5.8-aws clang-7 image.

new(images): added an ubuntu 5.8-aws clang-7 image. #85

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/[email protected] # the latest version has a bug that does not run in online mode
with:
path: "ansible-playbooks/"