-
Notifications
You must be signed in to change notification settings - Fork 2
41 lines (33 loc) · 1.25 KB
/
Copy pathGroovyScriptTest.yml
File metadata and controls
41 lines (33 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Groovy Script Test
on:
workflow_dispatch:
push:
paths:
- Output/RDF_Kin_Data_2025-July.ttl
- shapes/*.shex
- validate.groovy
jobs:
ValidateCuratedRDF:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Install groovy
run: sudo apt install groovy
- name: Generate the Shex validation reports - InteractionData
run: |
groovy validate.groovy InteractionData http://vocabularies.wikipathways.org/wp#InteractionData
- name: Generate the Shex validation reports - Enzyme
run: |
groovy validate.groovy Enzyme http://vocabularies.wikipathways.org/wp#Protein
- name: Generate the Shex validation reports - Interaction
run: |
groovy validate.groovy Interaction http://vocabularies.wikipathways.org/wp#Interaction
- name: Generate the Shex validation reports - Substrate
run: |
groovy validate.groovy Substrate http://vocabularies.wikipathways.org/wp#Metabolite
- name: Generate the Shex validation reports - Measurement
run: |
groovy validate.groovy Measurement http://bigcat-um.github.io/KinRDF/kin#ReactionInformation