Skip to content

Bump pillow from 12.1.1 to 12.2.0 #104

Bump pillow from 12.1.1 to 12.2.0

Bump pillow from 12.1.1 to 12.2.0 #104

Workflow file for this run

name: Lint Python
on:
pull_request:
merge_group:
jobs:
ruff-lint:
runs-on: ubuntu-22.04
steps:
- name: Git Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: 3.11
- name: Setup uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: ruff check
run: uv run --locked --only-dev ruff check