Skip to content

Merge branch 'main' into params-update-for-ibm_zos_core-1.10 #458

Merge branch 'main' into params-update-for-ibm_zos_core-1.10

Merge branch 'main' into params-update-for-ibm_zos_core-1.10 #458

Workflow file for this run

name: ansible-lint
on: [push, pull_request] # noqa: yaml[truthy]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Install dependencies from Ansible Galaxy
uses: ./.github/actions/install-requirements
with:
requirements: collections/requirements.yml
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6