We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323bce1 commit 2c325ebCopy full SHA for 2c325eb
.github/workflows/ci.yml
@@ -35,6 +35,14 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
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
46
47
unit_test:
48
name: Golang Unit Tests (${{ matrix.os }})
0 commit comments