Skip to content

NuGet Audit

NuGet Audit #4

Workflow file for this run

name: NuGet Audit
on:
workflow_dispatch:
env:
DOTNET_NOLOGO: true
jobs:
build:
name: Linux
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup .NET SDK
uses: actions/[email protected]
with:
global-json-file: global.json
- name: Restore
id: restore
run: dotnet restore src