mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
test
This commit is contained in:
parent
bd89bc3528
commit
4afe0bec87
2 changed files with 3 additions and 1 deletions
2
.github/workflows/.release.yml
vendored
2
.github/workflows/.release.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
with:
|
||||
go-version: 1.17
|
||||
-
|
||||
name: test
|
||||
name: Generate Man and Completions
|
||||
run: |
|
||||
go run main.go completion bash > bash-completion
|
||||
go run main.go completion zsh > zsh-completion
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,8 @@
|
|||
# Unignore all dirs
|
||||
!*/
|
||||
|
||||
man/
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
|
|
Loading…
Add table
Reference in a new issue