UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add commitlint job

Merged Zachariah Dzielinski requested to merge commitlint-ci into master
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -7,4 +7,6 @@ for sha in $(git log origin/$CI_DEFAULT_BRANCH..origin/$CI_COMMIT_REF_NAME --for
# debug output and lint the commit
echo "Linting commit: $sha - $message"
echo "$message" | npx commitlint
done
\ No newline at end of file
done
echo "foo: bar" | npx commitlint
\ No newline at end of file
Loading