added missing complications to obds complication code system #34
Workflow file for this run
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: FHIR Profiles | |
on: | |
push: | |
paths: | |
- "**.fsh" | |
- "**/sushi-config.yaml" | |
workflow_dispatch: | |
jobs: | |
build-profiles: | |
name: Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
with: | |
path: profiles | |
- name: Get FHIR packages | |
uses: cybernop/fill-fhir-cache@v1 | |
with: | |
project-dir: profiles | |
- name: Update FHIR Profiles | |
uses: cybernop/build-fhir-profiles@v1 | |
with: | |
sushi-version: "3.0.0-beta.2" | |
project-dir: profiles | |
- name: Push built Profiles | |
uses: cybernop/push-fsh-profiles@v1 | |
with: | |
project-dir: profiles |