Skip to content

Bump ruff from 0.15.21 to 0.15.22 #26

Bump ruff from 0.15.21 to 0.15.22

Bump ruff from 0.15.21 to 0.15.22 #26

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
paths-ignore:
- 'pretalx_vimeo/locale/**'
pull_request:
branches: [ main ]
paths-ignore:
- 'pretalx_vimeo/locale/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version-file: ".github/workflows/python-version.txt"
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- uses: extractions/setup-just@v4
- name: Run tests
run: just test