Skip to content

Update docker.io/python Docker tag to v3.13 #20

Update docker.io/python Docker tag to v3.13

Update docker.io/python Docker tag to v3.13 #20

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install ruff
- run: ruff check .