Skip to content

Update README.md

Update README.md #86

Workflow file for this run

name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "parse"
parse:
runs-on: ubuntu-latest
container: openmodelica/moparser:3.4
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Parse the library
run: moparser -v 3.4 -r Physiolibrary