Skip to content

Commit 2c325eb

Browse files
fix: add back links-lint-job
1 parent 323bce1 commit 2c325eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: ./scripts/run_task.sh check-avalanchego-version
38+
links-lint:
39+
name: Markdown Links Lint
40+
runs-on: ubuntu-latest
41+
steps:
42+
- uses: actions/checkout@v4
43+
- uses: umbrelladocs/action-linkspector@de84085e0f51452a470558693d7d308fbb2fa261 #v1.2.5
44+
with:
45+
fail_level: any
3846

3947
unit_test:
4048
name: Golang Unit Tests (${{ matrix.os }})

0 commit comments

Comments
 (0)