Skip to content

Fix PR check workflow #7

Fix PR check workflow

Fix PR check workflow #7

Workflow file for this run

name: Pull request verification
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update the Docker image to the latest publisher
uses: docker://hl7fhir/ig-publisher-base:latest
with:
args: curl -L https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -o ./input-cache/publisher.jar --create-dirs
- name: Run the IG publisher
uses: docker://hl7fhir/ig-publisher-base:latest
with:
args: java -jar ./input-cache/publisher.jar publisher -ig .