FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Migrate to `tidied` · SinghCoder/oapi-codegen@0721d48 · GitHub

Commit 0721d48

Browse files
Jamie Tanna
committed
Migrate to tidied
I've recently released this to make it simpler to manage checking whether `go mod tidy` has been run. This is a slightly better experience, as it'll lead to a nicer output when things are missing.
1 parent fec990c commit 0721d48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/tidy.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
go-version-file: 'go.mod'
1515

16-
- name: Run `make tidy`
17-
run: make tidy
16+
- name: Install `tidied`
17+
run: go install gitlab.com/jamietanna/tidied@latest
1818

1919
- name: Check for no untracked files
20-
run: git diff-index --quiet HEAD --
20+
run: tidied -verbose

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL