Skip to content

Commit 52606a6

Browse files
committed
Adding Validate NuGet Publish workflow
1 parent 9fd7c54 commit 52606a6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Validate NuGet Publish
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- dev
8+
9+
jobs:
10+
validate-nuget-publish:
11+
name: Validate NuGet Publish
12+
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev

0 commit comments

Comments
 (0)