Skip to content

Improve retry logic

Improve retry logic #1

Workflow file for this run

name: Ruff
on: pull_request
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/[email protected]
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"