Skip to content

Commit

Permalink
GitHubSync update - release-9.2 (#1525)
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 13, 2024
1 parent e26132a commit 4c3a7c2
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/checkout@v4.2.2
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4.1.0
with:
global-json-file: global.json
- name: Restore
id: restore
run: dotnet restore src

0 comments on commit 4c3a7c2

Please sign in to comment.