Skip to content

Use ""Partition" line as dominant is case if all lines are "Partition" to prevent exception #137

Use ""Partition" line as dominant is case if all lines are "Partition" to prevent exception

Use ""Partition" line as dominant is case if all lines are "Partition" to prevent exception #137

Workflow file for this run

name: Build on PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: repos/HyparSpace
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
- run: dotnet tool install -g hypar.cli --version 1.6.0
- run: echo "${HOME}/.dotnet/tools" >> $GITHUB_PATH
- run:
cd repos/HyparSpace;
bash build-all.sh;