Skip to content

Commit 85ced60

Browse files
PeaBraneclaude
andcommitted
fix stale example link in README, add lychee link checker to CI
Signed-off-by: PeaBrane <peabrane@users.noreply.github.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3b1e923 commit 85ced60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ on:
66
pull_request:
77

88
jobs:
9+
links:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: lycheeverse/lychee-action@v2
14+
with:
15+
args: --no-progress '**/*.md'
16+
fail: true
17+
918
check:
1019
runs-on: ubuntu-latest
1120
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tri.sample(n_sweeps=5000, sweep_mode="metropolis",
6363
print(tri.binder_cumulant)
6464
```
6565

66-
For a more complete example, check out [example.py](example.py).
66+
For a more complete example, check out [examples/energy_vs_temperature.py](examples/energy_vs_temperature.py).
6767

6868
## Installation
6969

0 commit comments

Comments
 (0)