Skip to content

Bump pillow from 10.0.0 to 10.0.1 in /tests/requirements #4

Bump pillow from 10.0.0 to 10.0.1 in /tests/requirements

Bump pillow from 10.0.0 to 10.0.1 in /tests/requirements #4

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 }}