chore(deps): Bump alexwilson/enable-github-automerge-action from 47bd20ae5827ba2ec3897f94cbbf6d85f94acb24 to 87df567b739cd533118d890b549f213fe43cdeb4 in /workflow-templates #461
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 |