Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unity-at-github committed May 28, 2024
0 parents commit 4d2efc0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/validate_catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#Validation script for pixyz-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/[email protected]'
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# pixyz-sdk-samples
[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/pixyz-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).
17 changes: 17 additions & 0 deletions catalog-info.yaml
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-Technologies/pixyz-sdk-samples
name: pixyz-sdk-samples
description: "This repository contains samples for the pixyz SDK "
labels:
costcenter: "2105"
tags:
- planned-public
- enterprise
spec:
type: other
lifecycle: pre-production
owner: Unity-Technologies/industrial-solutions-engineering

0 comments on commit 4d2efc0

Please sign in to comment.