-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
repodb[bot]
committed
Aug 31, 2023
0 parents
commit 169449e
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#Validation script for unity-cloud-blender-addon | ||
#This is used to validate your catalog-info.yaml | ||
|
||
name: Validate Catalog-info.yaml | ||
on: | ||
pull_request: | ||
paths: | ||
- 'catalog-info.yaml' | ||
push: | ||
paths: | ||
- 'catalog-info.yaml' | ||
branches: [main] | ||
|
||
jobs: | ||
validate_catalog: | ||
runs-on: unity-linux-runner | ||
steps: | ||
- id: 'Checkout' | ||
uses: actions/checkout@v3 | ||
|
||
- id: 'Validate' | ||
uses: 'actions/backstage-entity-validator@v0.3.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# unity-cloud-blender-addon | ||
[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/unity-cloud-blender-addon) <br/> | ||
# Converting to public repository | ||
Any and all Unity software of any description (including components) (1) whose source is to be made available other than under a Unity source code license or (2) in respect of which a public announcement is to be made concerning its inner workings, may be licensed and released only upon the prior approval of Legal. | ||
The process for that is to access, complete, and submit this [FORM](https://docs.google.com/forms/d/e/1FAIpQLSe3H6PARLPIkWVjdB_zMvuIuIVtrqNiGlEt1yshkMCmCMirvA/viewform). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# For more information about the available options please visit: http://go/backstage (VPN required) | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
annotations: | ||
github.com/project-slug: unity/unity-cloud-blender-addon | ||
name: unity-cloud-blender-addon | ||
description: "Source code of a Blender add-on to showcase workflows of integration to Unity Cloud." | ||
labels: | ||
costcenter: "2212" | ||
tags: | ||
- planned-public | ||
- enterprise | ||
spec: | ||
type: other | ||
lifecycle: experimental | ||
owner: unity/digital-twins-sdk-admins |