ansible-lint #253
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
# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 smartindent nu | |
--- | |
name: ansible-lint | |
on: | |
pull_request: | |
push: | |
schedule: | |
- cron: "10 6 * * 1" | |
jobs: | |
build: | |
name: ansible lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: run ansible-lint | |
uses: ansible/[email protected] |