This GitHub action checks if the provided landscape data file (landscape.yml) is valid.
on:
push:
branches:
- main
jobs:
validate-landscape:
runs-on: ubuntu-latest
steps:
- uses: cncf/landscape2-validate-action@v1
with:
data_file: ./landscape.ymlPlease see CONTRIBUTING.md for more details.
This project follows the CNCF Code of Conduct.
Landscape2 is an Open Source project licensed under the Apache License 2.0.