Skip to content

Commit dd07d18

Browse files
committed
merge commands
1 parent 4c54428 commit dd07d18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: mega-linter-plugin-linkcheck/linkcheck.megalinter-descriptor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ linters:
2525
- "linkcheck --config linkcheck.json README.md"
2626
install:
2727
dockerfile:
28-
- RUN export GO111MODULE=on
29-
- RUN go install github.com/shiranr/linkcheck@latest && go clean --cache
28+
- RUN export GO111MODULE=on && go install github.com/shiranr/linkcheck@latest && go clean --cache

0 commit comments

Comments
 (0)