Skip to content

Commit 19a853e

Browse files
committed
fix: Install lychee for pre-commit ci
1 parent eece152 commit 19a853e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19+
- name: Install lychee
20+
run: |
21+
curl -sSf '<https://sh.rustup.rs>' | sh
22+
apt install gcc pkg-config libc6-dev libssl-dev
23+
1924
- uses: astral-sh/setup-uv@v8.1.0
2025
with:
2126
enable-cache: true
@@ -31,7 +36,4 @@ jobs:
3136
run: uv run pre-commit run --all-files --show-diff-on-failure
3237

3338
- name: Build site
34-
# NOTE: --strict is currently disabled because Zensical (alpha) emits
35-
# warnings for GFM-style `> [!note]` blocks and a missing reference
36-
# link in examples/code-blocks.md. Re-enable once cleaned up.
3739
run: uv run zensical build

0 commit comments

Comments
 (0)