Skip to content

Cap jixia concurrency to avoid OOM in the load step #40

Cap jixia concurrency to avoid OOM in the load step

Cap jixia concurrency to avoid OOM in the load step #40

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check
- run: ruff format --check