Skip to content

Fix website link

Fix website link #5

Workflow file for this run

name: Format Check
on: push
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of ruff
uses: astral-sh/ruff-action@v3
with:
version: "latest"