diff --git a/.github/workflows/check-catalog-info.yaml b/.github/workflows/check-catalog-info.yaml new file mode 100644 index 0000000..7a78103 --- /dev/null +++ b/.github/workflows/check-catalog-info.yaml @@ -0,0 +1,16 @@ +name: "Validate Catalog Info" + +on: + push: + paths: + - '.spoton/**' + pull_request: + paths: + - '.spoton/**' + +jobs: + validate-catalog-info: + runs-on: medium + steps: + - uses: actions/checkout@main + - uses: spotoninc/github-action-validate-catalog-info@main diff --git a/.spoton/catalog-info.yaml b/.spoton/catalog-info.yaml index 8f267ce..3435440 100644 --- a/.spoton/catalog-info.yaml +++ b/.spoton/catalog-info.yaml @@ -7,6 +7,7 @@ metadata: annotations: github.com/project-slug: GitHub Action to require a GitHub Issue on a Pull Request #backstage.io/techdocs-ref: dir:. + spoton.com/domain: domain:default/payments tags: - github - github-actions