Skip to content

Remove support for C# and update readme #418

Remove support for C# and update readme

Remove support for C# and update readme #418

Workflow file for this run

name: 'Build C#'
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'main'
jobs:
build-cs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash scripts/prep.sh
- run: DAFNY=dafny/dafny TARGET_LANG=cs bash scripts/build.sh
- run: build/cs/run.sh