Skip to content

Fix/water random walk #54

Fix/water random walk

Fix/water random walk #54

Workflow file for this run

name: EINP CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.416
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build