Skip to content

oran o2ims compliance: replace command with shell and move logs to ar… #8

oran o2ims compliance: replace command with shell and move logs to ar…

oran o2ims compliance: replace command with shell and move logs to ar… #8

Workflow file for this run

name: ansible-lint
on:
pull_request:
branches:
- "*"
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
requirements_file: "requirements.yml"