Skip to content

chore: Bump testcontainers from 0.24.0 to 0.25.0 #99

chore: Bump testcontainers from 0.24.0 to 0.25.0

chore: Bump testcontainers from 0.24.0 to 0.25.0 #99

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint-pr-title:
name: Lint PR title
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
feat
fix