Skip to content

Commit

Permalink
Merge pull request #48 from Lombiq/issue/OSOE-864
Browse files Browse the repository at this point in the history
OSOE-864: Adding Validate NuGet Publish workflow, adding missing job names
  • Loading branch information
Piedone authored Nov 5, 2024
2 parents a34a736 + 306b78a commit 4bceaae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validate-nuget-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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
with:
# These warnings are related to the tooling erroneously assuming that a ps1 file must be an (un)install script. In
# this repo the ps1 files are assets to be used by the consumer.
dotnet-pack-ignore-warning: NU5110 NU5111

0 comments on commit 4bceaae

Please sign in to comment.