Skip to content

Bump pillow from 11.3.0 to 12.1.1 #267

Bump pillow from 11.3.0 to 12.1.1

Bump pillow from 11.3.0 to 12.1.1 #267

Workflow file for this run

name: Run Linter
on:
pull_request:
branches:
- "master"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --no-interaction --no-root
- name: Run Ruff
run: poetry run ruff check