We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f81ff7 commit f75d0faCopy full SHA for f75d0fa
.github/workflows/go.yml
@@ -30,7 +30,7 @@ jobs:
30
run: go build github.com/gomoni/sumlint/cmd/sumlint
31
32
- name: Build oneoflint
33
- run: go build github.com/gomoni/sumlint/cmd
+ run: go build github.com/gomoni/sumlint/cmd/oneoflint
34
35
- name: Test
36
run: go test -race -v ./...
0 commit comments