Skip to content

Commit 3886208

Browse files
GitHubSync update - release-9.0 (#7242)
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
1 parent a1a820c commit 3886208

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/nuget-audit.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: NuGet Audit
2+
on:
3+
workflow_dispatch:
4+
env:
5+
DOTNET_NOLOGO: true
6+
jobs:
7+
build:
8+
name: Linux
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- name: Checkout
12+
uses: actions/[email protected]
13+
- name: Setup .NET SDK
14+
uses: actions/[email protected]
15+
with:
16+
global-json-file: global.json
17+
- name: Restore
18+
id: restore
19+
run: dotnet restore src

0 commit comments

Comments
 (0)