Skip to content

Bump the all-dependencies group with 1 update #28

Bump the all-dependencies group with 1 update

Bump the all-dependencies group with 1 update #28

Workflow file for this run

name: ci
on:
pull_request:
jobs:
ci:
name: Continuous Integration
uses: gainsway/github-workflows-public/.github/workflows/nuget.ci.yml@main
with:
dotnet-version: 9.0.x
secrets: inherit
publish:
name: Publish
needs: ci
uses: gainsway/github-workflows-public/.github/workflows/nuget.publish.yml@main
with:
dotnet-version: 9.0.x
secrets: inherit