Skip to content

Bump actions/setup-python from 2.2.2 to 5.2.0 #343

Bump actions/setup-python from 2.2.2 to 5.2.0

Bump actions/setup-python from 2.2.2 to 5.2.0 #343

Workflow file for this run

name: Tests
on:
push:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
- name: Lint
uses: astral-sh/ruff-action@v1