Skip to content

Bump actions/setup-python from 4 to 5 #23

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #23

Workflow file for this run

name: 🧹 Ruff linter checks
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check