Skip to content

Commit 1608ce2

Browse files
authored
fix: don't lint markdown (#67)
1 parent 80ccf1b commit 1608ce2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
- "**.go"
66
- go.mod
77
- go.sum
8+
paths-ignore:
9+
- '**.md'
810
pull_request:
911
paths:
1012
- "**.go"
1113
- go.mod
1214
- go.sum
15+
paths-ignore:
16+
- '**.md'
1317

1418
permissions:
1519
contents: read

0 commit comments

Comments
 (0)