Skip to content
Snippets Groups Projects

Resolve "Implement new gitlab ci workflow"

Merged Stefan E. Funk requested to merge 4-implement-new-gitlab-ci-workflow into develop
5 files
+ 16071
54
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 4
0
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook || true
Loading