mirror of https://github.com/velour/catbase.git
Update tidy.yml
This commit is contained in:
parent
238310c137
commit
041d3c96a1
|
@ -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: . ./...
|
Loading…
Reference in New Issue