Update Non-Breaking Dependency Versions #285
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |