From 7e7ec5fca60192e4c9890c5417141ae1358710d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Almeida?= Date: Mon, 9 Oct 2023 19:27:48 +0100 Subject: [PATCH] dev null --- .github/workflows/publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index c6b07b2e1..e27d17387 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -49,7 +49,7 @@ jobs: - name: Run the FHIR validator - run: java -jar validator_cli.jar ./fsh-generated/resources -version 5.0.0 -output data-validation-compact.html -output-style compact -level errors -allow-example-urls true -level errors -ig hl7.fhir.uv.emedicinal-product-info -locale en-US > /Dev/Null + run: java -jar validator_cli.jar ./fsh-generated/resources -version 5.0.0 -output data-validation-compact.html -output-style compact -level errors -allow-example-urls true -level errors -ig hl7.fhir.uv.emedicinal-product-info -locale en-US > /dev/null