Skip to content

start testing on free-threaded-python (#15007) #21

start testing on free-threaded-python (#15007)

start testing on free-threaded-python (#15007) #21

Workflow file for this run

name: Run Ruff
on:
push:
branches: [ main, 7.x, 8.x]
pull_request:
branches: [ main, 7.x, 8.x]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.x"]
steps:
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Lint with ruff
run: |
set -e
ruff check .