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

Update .gitlab-ci.yml file

parent 2394f897
No related branches found
No related tags found
1 merge request!223reset the pin numbers before search results are fetch (so the results will be...
Pipeline #78410 passed with warnings
...@@ -11,6 +11,7 @@ lint:commit: ...@@ -11,6 +11,7 @@ lint:commit:
allow_failure: true allow_failure: true
before_script: before_script:
- apk add --no-cache npm - apk add --no-cache npm
- npm ci
script: script:
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint - 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