Skip to content

Commit

Permalink
GitHubSync update - master (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
  • Loading branch information
internalautomation[bot] authored Dec 20, 2024
1 parent 855fbd3 commit a6711cf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nuget-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit a6711cf

Please sign in to comment.