Skip to content

Consolidate writing to console for pull request comments #32

Consolidate writing to console for pull request comments

Consolidate writing to console for pull request comments #32

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