Skip to content

Commit

Permalink
chore: Document repository in software catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
back-of-house-staging[bot] authored Jan 31, 2024
1 parent 3418852 commit da4e04a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check-catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Validate Catalog Info"

on:
push:
paths:
- '.spoton/**'
pull_request:
paths:
- '.spoton/**'

jobs:
validate-catalog-info:
runs-on: [self-hosted, corp, medium, eks-runner]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: spotoninc/github-action-validate-catalog-info@main
15 changes: 15 additions & 0 deletions .spoton/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: data_engineering_assignment
description: |
New hire challenge for Dataops
annotations:
github.com/project-slug: SpotOnInc/data_engineering_assignment

spec:
type: docs
owner: group:default/dataops
lifecycle: experimental

0 comments on commit da4e04a

Please sign in to comment.