Skip to content

Bump pillow from 12.1.0 to 12.1.1 #29

Bump pillow from 12.1.0 to 12.1.1

Bump pillow from 12.1.0 to 12.1.1 #29

Workflow file for this run

name: pre-commit
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.draft == false }}
steps:
- uses: actions/checkout@v6
- name: Setup python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1