We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd999b commit 78b36f8Copy full SHA for 78b36f8
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Check License headers
75
run: |
76
- GO111MODULE=off go install github.com/google/addlicense
+ GO111MODULE=on go install github.com/google/addlicense
77
78
addlicense -check $(find . -type f -name "*.go")
79
addlicense -check $(find . -type f -name "*.sh")
0 commit comments