Skip to content

Commit eb8ffe8

Browse files
authored
Merge pull request #2222 from Particular/revert-2221-GitHubSync-20250124-001323
2 parents 97543c0 + 7c59915 commit eb8ffe8

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.github/workflows/code-analysis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/nuget-audit.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ on:
44
env:
55
DOTNET_NOLOGO: true
66
jobs:
7-
call-shared-nuget-audit:
8-
uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
9-
secrets: inherit
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)