chore(deps): Bump alexwilson/enable-github-automerge-action from c76bb53667646fa8e56db146a4cc9e8b3a975ac6 to 406fbb9fea43c5334b78ab9db3f44f637f6b0b61 in /workflow-templates #473
Workflow file for this run
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: pull_request | |
jobs: | |
yaml-lint: | |
runs-on: ubuntu-latest | |
name: yaml | |
steps: | |
- name: Checkout | |
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | |
- name: Github action templates lint | |
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3 | |
with: | |
file_or_dir: workflow-templates | |
config_data: | | |
line-length: warning |