Skip to content

Commit 2b6ff15

Browse files
committed
Merge branch 'next/master'
2 parents 2989746 + 5757c89 commit 2b6ff15

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#Validation script for com.unity.ide.visualstudio
2+
#This is used to validate your catalog-info.yaml
3+
4+
name: Validate Catalog-info.yaml
5+
on:
6+
pull_request:
7+
paths:
8+
- 'catalog-info.yaml'
9+
push:
10+
paths:
11+
- 'catalog-info.yaml'
12+
branches: [main]
13+
14+
jobs:
15+
validate_catalog:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- id: 'Checkout'
19+
uses: actions/checkout@v3
20+
21+
- id: 'Validate'
22+
uses: 'RoadieHQ/[email protected]'

catalog-info.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# For more information about the available options please visit: http://go/backstage (VPN required)
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
annotations:
6+
github.com/project-slug: Unity-Technologies/com.unity.ide.visualstudio
7+
name: com.unity.ide.visualstudio
8+
description: "Mirror of com.unity.ide.visualstudio"
9+
labels:
10+
costcenter: "5020"
11+
tags:
12+
- planned-public
13+
- enterprise
14+
links:
15+
- url: https://unity.slack.com/messages/CPPQ0SZE3/
16+
title: "#ext-visual-studio-package"
17+
icon: chat
18+
spec:
19+
type: unity-package
20+
lifecycle: production
21+
owner: Unity-Technologies/scripting

0 commit comments

Comments
 (0)