Skip to content

Bump sqlparse from 0.4.4 to 0.5.0 in /tests/requirements #13

Bump sqlparse from 0.4.4 to 0.5.0 in /tests/requirements

Bump sqlparse from 0.4.4 to 0.5.0 in /tests/requirements #13

Workflow file for this run

name: "Lint PR"
# Validates PR titles against the conventional commit spec
# https://github.com/commitizen/conventional-commit-types
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
conventional-commits:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}