Skip to content

Commit

Permalink
Adding Validate NuGet Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 5, 2024
1 parent 9fd7c54 commit 52606a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate NuGet Publish

on:
pull_request:
push:
branches:
- dev

jobs:
validate-nuget-publish:
name: Validate NuGet Publish
uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@dev
2 changes: 1 addition & 1 deletion src/HardwareFrameworks/Vitis
2 changes: 1 addition & 1 deletion src/Libraries/External/Lombiq.Arithmetics

0 comments on commit 52606a6

Please sign in to comment.