Skip to content

Bump nanoid and mocha #2

Bump nanoid and mocha

Bump nanoid and mocha #2

Workflow file for this run

name: Safe Bookstore build and test
on:
pull_request:
branches:
- master
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Restore tools
working-directory: ./update
run: dotnet tool restore
- name: Test
working-directory: ./update
run: dotnet run devopstests
- name: Build
working-directory: ./update
run: dotnet run bundle