IMPROVED: add status to cache #12

Merged
abs3nt merged 2 commits from dev into main 2023-02-28 18:53:59 +00:00
Showing only changes of commit 64299d765a - Show all commits

View File

@ -2,6 +2,7 @@ pipeline:
build:
image: golang:1.19
commands:
- go mod tidy
- go build -o gospt
- mkdir completions
- ./gospt completion zsh > completions/gospt_zsh