Merge DH-575 into main #30
Workflow file for this run
This file contains hidden or 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: Call Shared Yaml Lint Workflow | |
| on: | |
| - pull_request # yamllint disable-line rule:truthy | |
| jobs: | |
| call-shared-yaml-lint: | |
| uses: berkeley-dsep-infra/update-deployment/.github/workflows/shared-yaml-lint.yaml@main |