This commit is contained in:
Samuel Lorch 2021-09-09 16:21:54 +02:00
parent 7da6b30706
commit 38d2c59b99

View file

@ -23,7 +23,14 @@ jobs:
go-version: 1.17 go-version: 1.17
- -
name: test name: test
run: pwd ; ls run: |
go run main.go completion bash > bash-completion
go run main.go completion zsh > zsh-completion
go run main.go completion fish > fish-completion
mkdir man
go run main.go gendoc --type man
pwd
ls
- -
name: Run GoReleaser name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2