Skip to content

[MODEL ]support mimo_v2 #15881

[MODEL ]support mimo_v2

[MODEL ]support mimo_v2 #15881

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