Update tidy.yml

This commit is contained in:
Chris Sexton 2024-03-23 08:15:27 -04:00
parent 238310c137
commit 041d3c96a1
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: katexochen/go-tidy-check@v1 - 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: . ./...