Skip to content

Commit 10a3e07

Browse files
omartheironmanSourcegraph
andauthored
validate catalog-info.yaml (#5880)
Co-authored-by: Sourcegraph <[email protected]>
1 parent 47d0785 commit 10a3e07

File tree

1 file changed

+21
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)