这是indexloc提供的服务,不要输入任何密码
Skip to content

Replace pylint, pydocstyle with ruff check #58

Replace pylint, pydocstyle with ruff check

Replace pylint, pydocstyle with ruff check #58

Workflow file for this run

name: PR Dummy Pipeline
on:
pull_request:
env:
# Force nox to produce colorful logs:
FORCE_COLOR: "true"
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true
Test:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true
Docs:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true