Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

add new page to host all unlisted blog links #522

add new page to host all unlisted blog links

add new page to host all unlisted blog links #522

Workflow file for this run

name: pre-commit
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
pre-commit:
name: Pre-commit
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install UV
uses: astral-sh/setup-uv@v7
with:
python-version: "3.12"
activate-environment: true
- name: Install Requirements
run: uv sync
- run: pre-commit run --all-files --show-diff-on-failure --color=always