Skip to content
Snippets Groups Projects

Development

Closed Tadeusz Miesiąc requested to merge development into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -25,7 +25,7 @@ stages: # List of stages for jobs, and their order of execution
lint:commit:
stage: lint
script:
- npm install -g npx
- npm install
- echo "${CI_COMMIT_MESSAGE}" | npx commitlint
build-job: # This job runs in the build stage, which runs first.
Loading