Merge pull request #1117 from lsst-it/IT-4779/ls-tang #7182
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
--- | |
# yamllint disable rule:quoted-strings | |
name: yamllint | |
"on": | |
push: | |
branches: | |
- production | |
- cp_production | |
pull_request: | |
jobs: | |
yamllint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run yamllint | |
uses: bewuethr/yamllint-action@v1 |