From e2107ae4aa47bca02410cf89e648fda807783f29 Mon Sep 17 00:00:00 2001 From: Chris Sexton <3216719+chrissexton@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:35:27 -0400 Subject: [PATCH] Update tidy.yml --- .github/workflows/tidy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"