Skip to content

Refactor: 调整 jsondata 模型结构 #57

Refactor: 调整 jsondata 模型结构

Refactor: 调整 jsondata 模型结构 #57

Workflow file for this run

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