File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Lint
2
+
3
+ on :
4
+ pull_request :
5
+ push :
6
+
7
+ jobs :
8
+ markdownlint :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v4
12
+
13
+ - uses : articulate/actions-markdownlint@v1.1.0
Original file line number Diff line number Diff line change 29
29
lint :
30
30
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run
31
31
32
+ lint-markdown :
33
+ markdownlint .
34
+
35
+
32
36
example :
33
37
( cd examples/full-app-gourmet && go run . -debug )
34
38
42
46
docs-open :
43
47
go run golang.org/x/pkgsite/cmd/pkgsite@latest -http localhost:8084 -open
44
48
45
- .PHONY : docs-open docs example-watch example lint fmt ci ci-full
49
+ .PHONY : docs-open docs example-watch example lint lint-markdown fmt ci ci-full
46
50
.PHONY : dependencies-analyze build bench cover-web cover test
You can’t perform that action at this time.
0 commit comments