Skip to content

Enhance chargeback synthetic script and temple #4586

Enhance chargeback synthetic script and temple

Enhance chargeback synthetic script and temple #4586

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.6.1
with:
args: "-c ./.ansible-lint"