use new adapt_only_on_bare_turn_on #334
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: Yaml Lint | |
on: [push] | |
jobs: | |
lintAllTheThings: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: yaml-lint | |
uses: ibiqlik/action-yamllint@master | |
with: | |
config_file: .github/yamllint-config.yml |