There was an error while loading. Please reload this page.
1 parent b775423 commit c86f7bdCopy full SHA for c86f7bd
1 file changed
.github/workflows/multiflexi-validation.yml
@@ -0,0 +1,20 @@
1
+name: MultiFlexi JSON Validation
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - 'multiflexi/*.json'
7
+ pull_request:
8
9
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