We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ecbf21 + fdbdd88 commit b4aa0b0Copy full SHA for b4aa0b0
.github/workflows/code-analysis.yml
@@ -0,0 +1,11 @@
1
+name: Code Analysis
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ - master
7
+ - release-*
8
+ workflow_dispatch:
9
+jobs:
10
+ code-analysis:
11
+ uses: particular/shared-workflows/.github/workflows/code-analysis.yml@main
.github/workflows/nuget-audit.yml
@@ -0,0 +1,9 @@
+name: NuGet Audit
+env:
+ DOTNET_NOLOGO: true
+ call-shared-nuget-audit:
+ uses: particular/shared-workflows/.github/workflows/nuget-audit.yml@main
+ secrets: inherit
0 commit comments