Skip to content

Bump ruff from 0.6.5 to 0.6.7 in the deps group #296

Bump ruff from 0.6.5 to 0.6.7 in the deps group

Bump ruff from 0.6.5 to 0.6.7 in the deps group #296

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