Skip to content

Bump ruff from 0.4.10 to 0.5.0 in the deps group #251

Bump ruff from 0.4.10 to 0.5.0 in the deps group

Bump ruff from 0.4.10 to 0.5.0 in the deps group #251

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1