diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index 2ac2a11..d7e5041 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -10,4 +10,5 @@ jobs: - uses: katexochen/go-tidy-check@v2 with: # (Optional) The path to the root of each modules, space separated. Default is the current directory. - modules: . ./... + modules: . + submodules: "true"