Skip to content

Merge branch 'main' of https://github.com/IBM/z_ansible_collections_s… #12

Merge branch 'main' of https://github.com/IBM/z_ansible_collections_s…

Merge branch 'main' of https://github.com/IBM/z_ansible_collections_s… #12

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