Skip to content

🍻 publish plugin nonebot-plugin-bertvits2 (#2445) #484

🍻 publish plugin nonebot-plugin-bertvits2 (#2445)

🍻 publish plugin nonebot-plugin-bertvits2 (#2445) #484

Workflow file for this run

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