Skip to content

✨ 适配新版dc适配器 #558

✨ 适配新版dc适配器

✨ 适配新版dc适配器 #558

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- master
pull_request:
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1