File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed
Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 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] '
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments