Skip to content

[CI] auto clean cache & retry (#2895) #15888

[CI] auto clean cache & retry (#2895)

[CI] auto clean cache & retry (#2895) #15888

Workflow file for this run

name: Ruff Check
on:
push:
pull_request:
permissions:
contents: read
jobs:
ruff-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: actions/setup-python@v6
with:
python-version: '3.13'
cache: 'pip'
- name: Ruff Check
run: |
format/format.sh