feat(gitlab-sim): 🚀 branches support

This commit is contained in:
2026-06-07 23:13:52 +02:00
parent ff0d9b51f3
commit f98e9c42e7
9 changed files with 997 additions and 3 deletions
+10
View File
@@ -45,6 +45,16 @@ tasks:
ignore_error: false
- cmd: ./{{.BINARY}} testdata/includes_component.yml
ignore_error: false
- cmd: ./{{.BINARY}} testdata/context_rules.yml
ignore_error: false
- cmd: ./{{.BINARY}} --branch main testdata/context_rules.yml
ignore_error: false
- cmd: ./{{.BINARY}} --branch develop testdata/context_rules.yml
ignore_error: false
- cmd: ./{{.BINARY}} --branch feat/my-feature testdata/context_rules.yml
ignore_error: false
- cmd: ./{{.BINARY}} --tag v1.0.0 testdata/context_rules.yml
ignore_error: false
lint-go:
desc: Run go vet on all packages