Skip to content

Commit c86f7bd

Browse files
committed
ci: add MultiFlexi JSON validation workflow using validate-multiflexi-app action
1 parent b775423 commit c86f7bd

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: MultiFlexi JSON Validation
2+
3+
on:
4+
push:
5+
paths:
6+
- 'multiflexi/*.json'
7+
pull_request:
8+
paths:
9+
- 'multiflexi/*.json'
10+
11+
jobs:
12+
validate-multiflexi-json:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v7
18+
19+
- name: Validate MultiFlexi app definitions
20+
uses: VitexSoftware/validate-multiflexi-app@v1

0 commit comments

Comments
 (0)