✨ feat: 添加在线API检查功能,更新配置项以支持最大音频长度和流式传输 #39
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 |