mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 05:13:00 -05:00
/.github/workflows/ci-format-repo.yaml: run go mod tidy before doing other formatting stuff
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
- name: Run go mod tidy
|
||||
run: go mod tidy
|
||||
working-directory: ./go
|
||||
- name: Install goimports
|
||||
run: go get golang.org/x/tools/cmd/goimports
|
||||
- name: Format repo and update licenses
|
||||
|
||||
Reference in New Issue
Block a user