File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ A generic template to base your language-specific templates.
7
7
- [ Woodpecker CI] ( https://woodpecker-ci.org ) integration
8
8
- [ lefthook] ( https://github.com/evilmartians/lefthook ) pre-commit scripts
9
9
- [ just] ( https://just.systems ) and [ go-task] ( https://taskfile.dev ) task runners
10
+ - [ comtrya] ( https://github.com/comtrya/comtrya ) deployment runners
10
11
- [ pipelight] ( https://pipelight.dev ) CI pipelines
11
12
- [ goji] ( https://github.com/muandane/goji ) and [ cocogitto] ( https://github.com/cocogitto/cocogitto ) conventional / commitizen commit message linting
12
13
- [ typos] ( https://github.com/crate-ci/typos ) spell checking
@@ -34,6 +35,7 @@ just build
34
35
35
36
## Dependencies
36
37
- cocogitto
38
+ - comtrya
37
39
- hurl
38
40
- git-cliff
39
41
- goji
Original file line number Diff line number Diff line change 1
1
build :
2
- comtrya -d comtrya -v apply
2
+ comtrya -d setup -v apply
3
3
pipelight trigger --flag pre-commit --attach
4
4
pipelight logs -vv
5
5
just test
@@ -41,6 +41,7 @@ lint-commit-msg file:
41
41
42
42
# TODO:
43
43
# - cocogitto
44
+ # - comtrya
44
45
# - hurl
45
46
# - git-cliff
46
47
# - goji
You can’t perform that action at this time.
0 commit comments