Skip to content

Added all expression types and their attributes to yaml schema #31

Added all expression types and their attributes to yaml schema

Added all expression types and their attributes to yaml schema #31

Workflow file for this run

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: make
on:
push:
branches: [ master, main ]
tags: [ v* ]
pull_request:
jobs:
make:
name: Test on LutaML ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- uses: actions/checkout@v2
- uses: metanorma/ci/plantuml-setup-action@main
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true
- run: bundle exec make clean all