Update tidy.yml

This commit is contained in:
Chris Sexton 2024-03-23 08:35:27 -04:00
parent 09b6a50375
commit e2107ae4aa
1 changed files with 2 additions and 1 deletions

View File

@ -10,4 +10,5 @@ jobs:
- uses: katexochen/go-tidy-check@v2 - uses: katexochen/go-tidy-check@v2
with: with:
# (Optional) The path to the root of each modules, space separated. Default is the current directory. # (Optional) The path to the root of each modules, space separated. Default is the current directory.
modules: . ./... modules: .
submodules: "true"