Skip to content

docs: wiki and changelog updates for v6.1.0 release #628

docs: wiki and changelog updates for v6.1.0 release

docs: wiki and changelog updates for v6.1.0 release #628

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: ruff lint
uses: astral-sh/ruff-action@v1
with:
version: v0.8.0
- name: ruff format check
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
version: v0.8.0