Skip to content

chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 in /ext #67

chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 in /ext

chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 in /ext #67

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}