Skip to content

Commit

Permalink
Merge pull request #4 from tegioz/validate
Browse files Browse the repository at this point in the history
Add landscape.yaml validation workflow
  • Loading branch information
wrathwolf authored Feb 28, 2024
2 parents 2ec429d + f3e3d69 commit 16b2544
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 16b2544

Please sign in to comment.