| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fec990c commit 0721d48
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,8 +13,8 @@ jobs: | |||
| 13 | 13 | with: | |
| 14 | 14 | go-version-file: 'go.mod' | |
| 15 | 15 | ||
| 16 | - - name: Run `make tidy` | ||
| 17 | - run: make tidy | ||
| 16 | + - name: Install `tidied` | ||
| 17 | + run: go install gitlab.com/jamietanna/tidied@latest | ||
| 18 | 18 | ||
| 19 | 19 | - name: Check for no untracked files | |
| 20 | - run: git diff-index --quiet HEAD -- | ||
| 20 | + run: tidied -verbose | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments