Merge pull request #345 from boegel/eb512_auto_update_docs #822
This file contains hidden or 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, pull_request] # yamllint disable-line rule:truthy | |
| permissions: | |
| contents: read # to fetch code (actions/checkout) | |
| jobs: | |
| lintAllTheThings: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 | |
| - name: yaml-lint | |
| uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 | |
| with: | |
| config_file: .yamllint.yml |