Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
M
mlc_ci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Armin Becher
mlc_ci
Commits
f2838ebe
Commit
f2838ebe
authored
Oct 26, 2020
by
Armin Becher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cargo-release) version 0.13.11
parent
2fabd40b
Pipeline
#207834602
passed with stages
in 10 minutes and 19 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
CHANGELOG.md
CHANGELOG.md
+2
-0
Cargo.lock
Cargo.lock
+1
-1
Cargo.toml
Cargo.toml
+1
-1
GithubAction-Dockerfile
GithubAction-Dockerfile
+1
-1
README.md
README.md
+1
-1
No files found.
CHANGELOG.md
View file @
f2838ebe
...
...
@@ -14,6 +14,8 @@ Types for Changes:
## [Unreleased] - ReleaseDate
## [0.13.11] - 2020-10-26
## [0.13.9] - 2020-10-25
*
Fix wrong count output for skipped links
...
...
Cargo.lock
View file @
f2838ebe
...
...
@@ -896,7 +896,7 @@ dependencies = [
[[package]]
name = "mlc"
version = "0.13.1
0-alpha.0
"
version = "0.13.1
1
"
dependencies = [
"async-std",
"clap",
...
...
Cargo.toml
View file @
f2838ebe
[package]
name
=
"mlc"
version
=
"0.13.1
0-alpha.0
"
version
=
"0.13.1
1
"
authors
=
[
"Armin Becher <becherarmin@gmail.com>"
]
edition
=
"2018"
description
=
"The markup link checker (mlc) checks for broken links in markup files."
...
...
GithubAction-Dockerfile
View file @
f2838ebe
FROM becheran/mlc:0.13.
8
FROM becheran/mlc:0.13.
11
LABEL repository="https://github.com/becheran/mlc"
...
...
README.md
View file @
f2838ebe
...
...
@@ -34,7 +34,7 @@ To download a compiled binary version of *mlc* go to [github releases](https://g
To integrate
*mlc*
in your CI pipeline running in a
*linux x86_64 environment*
you can add the following commands to download the tool:
```
bash
curl
-L
https://github.com/becheran/mlc/releases/download/v0.13.
9
/mlc
-o
mlc
curl
-L
https://github.com/becheran/mlc/releases/download/v0.13.
11
/mlc
-o
mlc
chmod
+x mlc
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment