Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes Monitoring Helm Chart
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Monitoring
helm-charts
Kubernetes Monitoring Helm Chart
Merge requests
!54
Actually run lint jobs when they have to
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Actually run lint jobs when they have to
ib_ci_rules
into
master
Overview
0
Commits
4
Pipelines
1
Changes
3
Merged
Nacho Barrientos
requested to merge
ib_ci_rules
into
master
1 month ago
Overview
0
Commits
4
Pipelines
1
Changes
3
Expand
See commit descriptions for details.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
417adebf
4 commits,
1 month ago
3 files
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
3
−
1
Options
@@ -16,17 +16,19 @@ docs_lint:
rules
:
-
if
:
'
$CI_COMMIT_TAG'
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "push"
script
:
-
dnf install -y python-pip
-
python3 -m pip install linkcheckmd
-
python3 -m linkcheckmd -v README.md
-
python3 -m linkcheckmd -v docs
/*
-
python3 -m linkcheckmd -v docs
yaml_lint
:
stage
:
lint
rules
:
-
if
:
'
$CI_COMMIT_TAG'
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "push"
script
:
-
dnf install -y epel-release
-
dnf install -y yamllint
Loading