Skip to content

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems #67

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems

chore(deps): Bump the "infrastructure" group with 1 update across multiple ecosystems #67

Workflow file for this run

name: PR Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
workflow_dispatch:
permissions:
id-token: write
contents: write
pull-requests: write
jobs:
build:
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.2
with:
solution: "SharpMud.slnx"
hasTests: true
useMtpRunner: true
runCdk: false
dotnetVersion: "11.0.x"