Skip to content
Snippets Groups Projects
Commit 69de647b authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

chore(gitlab lint update): ci lint update

parent 1cc2065b
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!3Development
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
stages: stages:
- prerequisite - lint
- test - test
- build - build
- deploy - deploy
...@@ -26,3 +26,9 @@ cache: ...@@ -26,3 +26,9 @@ cache:
- ~/.cache - ~/.cache
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
lint:commit:
stage: lint
script:
- npm install
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint
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