Skip to content

chore(sql): Using a strings builder to build the base of the SQL query #13

chore(sql): Using a strings builder to build the base of the SQL query

chore(sql): Using a strings builder to build the base of the SQL query #13

name: "Lint PR Title"
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: "Lint title"
permissions:
statuses: write
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}