Skip to content

Merge pull request #50 from gke-labs/dependabot/uv/client/pillow-12.2.0 #30

Merge pull request #50 from gke-labs/dependabot/uv/client/pillow-12.2.0

Merge pull request #50 from gke-labs/dependabot/uv/client/pillow-12.2.0 #30

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "check"
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"