UNCLASSIFIED - NO CUI

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

ci: added linting for changelog and version

parent 92f81f62
No related branches found
No related tags found
1 merge request!158Linting for changelog and version
Pipeline #136055 failed
......@@ -44,6 +44,7 @@ changelog:
variables:
CHANGELOG_FILE: CHANGELOG.md
script:
- git fetch --all
- ./scripts/lint_changelog.sh
version:
......@@ -53,6 +54,7 @@ version:
variables:
CHART_FILE: chart/Chart.yaml
script:
- git fetch --all
- ./scripts/lint_version.sh
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