Skip to content

Commit

Permalink
add goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-mcgann committed Sep 18, 2024
1 parent ca96d33 commit 56d2d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install Dependencies
run: sudo apt install git libproj-dev

- name: Install Go Depenencies
run: go install golang.org/x/tools/cmd/goimports@latest

- name: Gen
run: ./make ops

Expand Down

0 comments on commit 56d2d16

Please sign in to comment.