Skip to content

Bump pillow from 10.2.0 to 10.3.0 #43

Bump pillow from 10.2.0 to 10.3.0

Bump pillow from 10.2.0 to 10.3.0 #43

Workflow file for this run

name: Run pre-commit on pull-requests (and main branch)
on:
pull_request:
push:
branches: [main]
workflow_dispatch: # Trigger manually
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()