Skip to content

✨ 扩充 API, event, model 和 tpyes #78

✨ 扩充 API, event, model 和 tpyes

✨ 扩充 API, event, model 和 tpyes #78

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@v3
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1