We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bec155 commit 83c888fCopy full SHA for 83c888f
.github/workflows/conformance-to-Conformancelab.yml
@@ -22,3 +22,8 @@ jobs:
22
- name: Show me what you have
23
run: echo ${{ steps.get-changed-testscripts.outputs.files }}
24
25
+ - name: Validate
26
+ uses: pieter-edelman-nictiz/hl7-validator-action@master
27
+ with:
28
+ version: "5.0"
29
+ source: ${{ steps.get-changed-testscripts.outputs.files }}
0 commit comments