We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97543c0 + 7c59915 commit eb8ffe8Copy full SHA for eb8ffe8
.github/workflows/code-analysis.yml
.github/workflows/nuget-audit.yml
@@ -4,6 +4,16 @@ on:
4
env:
5
DOTNET_NOLOGO: true
6
jobs:
7
- call-shared-nuget-audit:
8
- uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
9
- secrets: inherit
+ build:
+ name: Linux
+ runs-on: ubuntu-22.04
10
+ steps:
11
+ - name: Checkout
12
+ uses: actions/checkout@v4.2.2
13
+ - name: Setup .NET SDK
14
+ uses: actions/setup-dotnet@v4.2.0
15
+ with:
16
+ global-json-file: global.json
17
+ - name: Restore
18
+ id: restore
19
+ run: dotnet restore src
0 commit comments