Zowe Conformance V2 - OPS/REXX Language Support Extension for VS Code - Zowe V2 App Framework #30
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: Validate | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
- master | |
jobs: | |
validate-landscape: | |
runs-on: ubuntu-latest | |
name: "Validate landscape.yml file" | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: cncf/landscape2-validate-action@v2 | |
with: | |
target_kind: data | |
target_path: ./landscape.yml |