Merge pull request #24568 from bharathv/lag_metric_changes #7
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-yaml | |
on: | |
push: | |
branches: [dev] | |
paths: | |
- '.yamllint' | |
- '.github/workflows/*.yml' | |
pull_request: | |
paths: | |
- '.yamllint' | |
- '.github/workflows/*.yml' | |
jobs: | |
yamllint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: yamllint -f github .yamllint .github/workflows/*.yml |