Skip to content

Bump peter-evans/create-pull-request from 7 to 8 in the github-actions group #210

Bump peter-evans/create-pull-request from 7 to 8 in the github-actions group

Bump peter-evans/create-pull-request from 7 to 8 in the github-actions group #210

Workflow file for this run

name: ruff
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: pip install --user ruff
- run: ruff check --output-format=github --target-version=py38 .