This commit is contained in:
github-actions[bot] 2022-09-22 12:24:18 +00:00 committed by GitHub
commit b49f0030cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: catalog tests
run: |
echo "Starting Catalog Validation"
/usr/local/bin/catalog_validate validate
/usr/local/bin/catalog_validate validate --path "${PWD}"
- uses: actions/checkout@master

View File

@ -1,4 +1,4 @@
# catalog
This is just the catalog.
Please do not PR here as it's automatically generate
Please do not PR here as it's automatically generated