📝 添加可莉
语音素材
#42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ruff Lint | |
on: | |
push: | |
branches: [main, master] | |
pull_request: | |
paths: | |
- nonebot_plugin_fishspeech_tts/** | |
- pyproject.toml | |
jobs: | |
ruff: | |
name: Ruff Lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Ruff | |
uses: chartboost/ruff-action@v1 | |
with: | |
version: 0.7.0 |