Skip to content

Commit

Permalink
feat: add Backstage metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alethenorio committed Aug 8, 2023
1 parent 69c8ed2 commit a22397d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .backstage/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: google-cloud-proto-scrubber
description: |
Scrub protobuf/gRPC API descriptors of unsupported annotations before uploading them to Google Cloud Endpoints and Google Cloud API Gateway.
annotations:
github.com/project-slug: einride/google-cloud-proto-scrubber
github.com/team-slug: einride/team-cloud-control
backstage.io/source-location: url:https://github.com/einride/google-cloud-proto-scrubber/tree/master/
spec:
type: library
lifecycle: production
owner: team-cloud-control
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: '~1.20.7'

- name: Make
run: make
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: '~1.20.7'

- name: Make
run: make
Expand Down

0 comments on commit a22397d

Please sign in to comment.