Update tidy.yml

This commit is contained in:
Chris Sexton 2024-03-23 08:35:27 -04:00 committed by GitHub
parent 9eccb2f004
commit 0584fa5004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
.github/workflows

View File

@ -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"