We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6282a3c commit eb6541dCopy full SHA for eb6541d
.github/workflows/go.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Build
24
run: |
25
go test ./...
26
- go build -v .
+ go build -v ./cmd/gh
0 commit comments