Skip to content

Add local Linux Build. #3

Add local Linux Build.

Add local Linux Build. #3

Workflow file for this run

name: ci - Local build and test
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: dotnet build
- name: Test
run: dotnet test ./src/