This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Merge pull request #168 from Pure-Storage-Ansible/release_1_6_1 #686
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ansible Lint # feel free to pick your own name | |
"on": [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run ansible-lint | |
uses: ansible-community/ansible-lint-action@main |