Skip to content

fix: Use consistent DynamoDB local image version #1452

fix: Use consistent DynamoDB local image version

fix: Use consistent DynamoDB local image version #1452

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
branches:
- main
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
semanticpr:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}