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
609f5037
Commit
609f5037
authored
Nov 11, 2020
by
Armin Becher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(cargo-release) version 0.14.0
parent
7c95e75f
Pipeline
#214919223
passed with stages
in 10 minutes and 5 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 @
609f5037
...
...
@@ -14,6 +14,8 @@ Types for Changes:
## [Unreleased] - ReleaseDate
## [0.14.0] - 2020-11-11
*
Fallback to GET requests if HEAD fails. See https://github.com/becheran/mlc/issues/28
## [0.13.12] - 2020-10-26
...
...
Cargo.lock
View file @
609f5037
...
...
@@ -906,7 +906,7 @@ dependencies = [
[[package]]
name = "mlc"
version = "0.1
3.13-alpha
.0"
version = "0.1
4
.0"
dependencies = [
"async-std",
"clap",
...
...
Cargo.toml
View file @
609f5037
[package]
name
=
"mlc"
version
=
"0.1
3.13-alpha
.0"
version
=
"0.1
4
.0"
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 @
609f5037
FROM becheran/mlc:0.1
3.12
FROM becheran/mlc:0.1
4.0
LABEL repository="https://github.com/becheran/mlc"
...
...
README.md
View file @
609f5037
...
...
@@ -52,7 +52,7 @@ Use *mlc* [command line arguments](./docs/reference.md) using the `with` argumen
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.1
3.12
/mlc
-o
mlc
curl
-L
https://github.com/becheran/mlc/releases/download/v0.1
4.0
/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