-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 3cfb487
Showing
3 changed files
with
49 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-python-sdk-samples | ||
#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: ubuntu-latest | ||
steps: | ||
- id: 'Checkout' | ||
uses: actions/checkout@v3 | ||
|
||
- id: 'Validate' | ||
uses: 'RoadieHQ/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,6 @@ | ||
# unity-cloud-python-sdk-samples | ||
Public slack channel: [#uc-cs-am-python-sdk](https://unity.slack.com/messages/C04R01SGG68/) <br/> | ||
[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/unity-cloud-python-sdk-samples) <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://airtable.com/appj757BYrNIMuTBI/shriEdWiQuxWmJOku). |
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,21 @@ | ||
# 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-Technologies/unity-cloud-python-sdk-samples | ||
name: unity-cloud-python-sdk-samples | ||
description: "Various samples that show how to use the Unity Cloud Python SDK." | ||
labels: | ||
costcenter: "7054" | ||
tags: | ||
- planned-public | ||
- enterprise | ||
links: | ||
- url: https://unity.slack.com/messages/C04R01SGG68/ | ||
title: "#uc-cs-am-python-sdk" | ||
icon: chat | ||
spec: | ||
type: other | ||
lifecycle: experimental | ||
owner: Unity-Technologies/unity-cloud-sdk-admin |