Skip to content

Commit

Permalink
fix: Optimize GitHub workflow steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed Jan 30, 2024
1 parent c5d009a commit af9e9e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@ jobs:
run: |
diff -u <(echo -n) <(gofmt -d .)
- name: Get dependencies
run: go mod download

- name: Build
run: go build -v ./...

0 comments on commit af9e9e0

Please sign in to comment.