Skip to content

feat: Add IAsyncDisposable support for automatic lock cleanup #15

feat: Add IAsyncDisposable support for automatic lock cleanup

feat: Add IAsyncDisposable support for automatic lock cleanup #15

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
- main
permissions: write-all
jobs:
build:
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v3.2
with:
solution: DynamoDb.DistributedLock.sln
hasTests: true
dotnetVersion: |
8.0.x
9.0.x
runCdk: false
secrets: inherit