Skip to content

Commit

Permalink
Merge pull request #784 from Particular/GitHubSync-20250124-000738
Browse files Browse the repository at this point in the history
GitHubSync update - release-2.0
  • Loading branch information
DavidBoike authored Jan 24, 2025
2 parents 88fa06a + 45a3019 commit 9bca4ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Code Analysis
on:
push:
branches:
- main
- master
- release-*
workflow_dispatch:
jobs:
code-analysis:
uses: particular/shared-workflows/.github/workflows/code-analysis.yml@main
16 changes: 3 additions & 13 deletions .github/workflows/nuget-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ on:
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
call-shared-nuget-audit:
uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
secrets: inherit

0 comments on commit 9bca4ac

Please sign in to comment.