Skip to content

NO ... do the build #31

NO ... do the build

NO ... do the build #31

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Pack
run: dotnet pack -o dist --verbosity normal