roles/*: fix yaml[octal-values] (mode octals) #170
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: lint | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: run ansible-lint | |
# This thing is noisy! Maybe fork it for custom arguments | |
# later? Might need to do it anyway to force it to not error | |
# on references to ansible-secrets.git | |
uses: ansible/ansible-lint@main |