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 f952d20 commit f5b18c8Copy full SHA for f5b18c8
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
path: |
37
.test/.coverage/coverage.*
38
.test/.coverage/GOCOVERDIR/
39
+ include-hidden-files: true
40
if-no-files-found: error
41
- name: gofmt
42
run: find -name '*.go' -type f -exec ./.go-env.sh gofmt -l -s -w '{}' +
0 commit comments