Skip to content

Commit 57ce120

Browse files
committed
github-action: add catalog-validate for GitHub actions
1 parent 44d2074 commit 57ce120

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/catalog-info.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: catalog-info
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- main
8+
paths:
9+
- 'catalog-info.yaml'
10+
11+
jobs:
12+
validate:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
packages: read
17+
steps:
18+
- uses: actions/checkout@v4
19+
20+
- uses: elastic/oblt-actions/elastic/validate-catalog@v1
21+

0 commit comments

Comments
 (0)