Skip to content

Commit

Permalink
Add landscape.yaml validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tegioz committed Feb 28, 2024
1 parent 2ec429d commit f3e3d69
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate

on:
pull_request:
branches:
- main

jobs:
validate-landscape:
runs-on: ubuntu-latest
name: "Validate landscape.yml file"
steps:
- uses: actions/checkout@v3
- uses: cncf/landscape2-validate-action@v2
with:
target_kind: data
target_path: ./landscape.yml

0 comments on commit f3e3d69

Please sign in to comment.