Skip to content

feat: add anchor links #64

feat: add anchor links

feat: add anchor links #64

Workflow file for this run

---
name: Check
"on":
push:
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@zola
- name: Run Zola check
run: zola check