OSOE-912: Making Tag Version compatible with branch protection rulesets #729
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 Linting | |
# Runs for PRs opened for any branch, and pushes to the dev branch. | |
on: | |
pull_request: | |
push: | |
branches: | |
- dev | |
jobs: | |
yaml-linting: | |
name: YAML Linting | |
uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev | |
with: | |
config-file-path: .trunk/configs/.yamllint.yaml | |
search-path: . |