Skip to content

chore(deps): bump pillow from 10.0.1 to 10.1.0 #39

chore(deps): bump pillow from 10.0.1 to 10.1.0

chore(deps): bump pillow from 10.0.1 to 10.1.0 #39

Workflow file for this run

name: check
on:
workflow_dispatch:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
cache: pip
python-version-file: .python-version
- run: pip install ruff
- run: ruff --select=ALL .