[#38] Fixed extension invariants in observation.fsh #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Build the IG' | |
on: | |
workflow_dispatch: # On manual trigger | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
name: 'Run the validator on resource samples' | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
contents: read | |
steps: | |
- name: 'Checkout the repository' | |
uses: actions/checkout@v3 | |
- name: 'Build the IG' | |
uses: qligier/fhir-ig-action@main | |
with: | |
ig-publisher: 'latest' | |
sushi: 'latest' |