Skip to content

Merge branch 'master' of https://github.com/Cvandia/nonebot-plugin-fi… #28

Merge branch 'master' of https://github.com/Cvandia/nonebot-plugin-fi…

Merge branch 'master' of https://github.com/Cvandia/nonebot-plugin-fi… #28

Workflow file for this run

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