Skip to content

Commit 13f831a

Browse files
committed
fix link
Signed-off-by: bwplotka <bwplotka@gmail.com>
1 parent a58557c commit 13f831a

File tree

2 files changed

+17
-27
lines changed

2 files changed

+17
-27
lines changed

.github/workflows/link-validation.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Markdown Validation
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-md-files:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11+
- name: Set up Go
12+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.2.0
13+
with:
14+
go-version: stable
15+
- name: Check for broken links
16+
run: |
17+
make check

0 commit comments

Comments
 (0)