Skip to content

Merge branch 'master' of github.com:KomoriDev/nonebot-plugin-wakatime #102

Merge branch 'master' of github.com:KomoriDev/nonebot-plugin-wakatime

Merge branch 'master' of github.com:KomoriDev/nonebot-plugin-wakatime #102

Workflow file for this run

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