File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Firely Validation
55# Controls when the action will run.
66on :
77 # Triggers the workflow on push or pull request events but only for the master branch
8- push :
9- branches :
10- - ' **'
11- pull_request :
12- branches : [ master, main ]
8+ # push:
9+ # branches:
10+ # - '**'
11+ # pull_request:
12+ # branches: [ master, main ]
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
1515
Original file line number Diff line number Diff line change 33 "description" : " FHIR Genomics Implementation Guide" ,
44 "author" : " nhsdigital" ,
55 "dependencies" : {
6- "hl7.fhir.r4.core" : " 4.0.1" ,
7- "hl7.fhir.uv.extensions.r4" : " 5.3.0-ballot-tc1" ,
8- "hl7.fhir.uv.xver-r5.r4" : " 0.1.0" ,
6+ "hl7.fhir.r4.core" : " 4.0.1" ,
97 "hl7.fhir.uv.genomics-reporting" : " 3.0.0" ,
10- "hl7.fhir.uv.ips" : " 2.0.0" ,
118 "hl7.fhir.eu.laboratory" : " 2.0.0" ,
129 "ihe.iti.pcf" : " 1.1.0" ,
13- "hl7.fhir.us.mcode" : " 4.0.0" ,
1410 "fhir.r4.nhsengland.pars" : " 0.1.2-alpha" ,
1511 "fhir.r4.nhsengland.pathology" : " 0.2.4-alpha" ,
1612 "hl7.fhir.uv.tools.r4" : " 1.1.2" ,
2117 " 4.0.1"
2218 ],
2319 "jurisdiction" : " urn:iso:std:iso:3166:-2#GB"
24- }
20+ }
Original file line number Diff line number Diff line change 1+ implementationguides :
2+ hl7-fhir-uv-extensions-r4 :
3+ name : hl7.fhir.uv.extensions.r4
4+ version : 5.3.0-ballot-tc1
5+ installMode : STORE_AND_INSTALL
6+ fetchDependencies : false
7+ hl7-fhir-uv-xver-r5-r4 :
8+ name : hl7.fhir.uv.xver-r5.r4
9+ version : 0.1.0
10+ installMode : STORE_AND_INSTALL
11+ fetchDependencies : false
12+ hl7-fhir-uv-ips :
13+ name : hl7.fhir.uv.ips
14+ version : 2.0.0
15+ installMode : STORE_AND_INSTALL
16+ fetchDependencies : false
17+ fhir-r4-nhsengland-pathology :
18+ name : fhir.r4.nhsengland.pathology
19+ version : 0.2.4-alpha
20+ installMode : STORE_AND_INSTALL
21+ fetchDependencies : false
22+ hl7-fhir-uv-tools-r4 :
23+ name : hl7.fhir.uv.tools.r4
24+ version : 1.1.2
25+ installMode : STORE_AND_INSTALL
26+ fhir-r4-nhsengland-nhse-identifiers :
27+ name : fhir.r4.nhsengland.nhse-identifiers
28+ version : 0.1.1-alpha
29+ installMode : STORE_AND_INSTALL
30+ fetchDependencies : false
31+ hl7.fhir.us.core :
32+ name : hl7.fhir.us.core
33+ version : 6.1.0
34+ installMode : STORE_AND_INSTALL
35+ hl7.fhir.us.mcode :
36+ name : hl7.fhir.us.mcode
37+ version : 4.0.0
38+ installMode : STORE_AND_INSTALL
39+ fetchDependencies : false
You can’t perform that action at this time.
0 commit comments