Skip to content

Bump astral-sh/ruff-action from 1 to 2 #351

Bump astral-sh/ruff-action from 1 to 2

Bump astral-sh/ruff-action from 1 to 2 #351

Workflow file for this run

name: Tests
on:
push:
branches:
- main
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@v2
with:
args: "format --check"
- name: Lint
uses: astral-sh/ruff-action@v2