Skip to content

Commit 8f9b5de

Browse files
authored
github-action: add catalog-validate for GitHub actions (#328)
1 parent 8324e3a commit 8f9b5de

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/catalog-info.yml

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

0 commit comments

Comments
 (0)