UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 65cc93b1 authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

ci: added linting for changelog and version

parent e9838f9e
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
...@@ -44,6 +44,7 @@ changelog: ...@@ -44,6 +44,7 @@ changelog:
variables: variables:
CHANGELOG_FILE: CHANGELOG.md CHANGELOG_FILE: CHANGELOG.md
script: script:
- git fetch --all
- ./scripts/lint_changelog.sh - ./scripts/lint_changelog.sh
version: version:
...@@ -53,6 +54,7 @@ version: ...@@ -53,6 +54,7 @@ version:
variables: variables:
CHART_FILE: chart/Chart.yaml CHART_FILE: chart/Chart.yaml
script: script:
- git fetch --all
- ./scripts/lint_version.sh - ./scripts/lint_version.sh
commits: commits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment