Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theorlandog authored May 29, 2024
1 parent 04ef156 commit ce827cc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
go-version: "1.21.x"
- run: cd ${{ github.workspace }}
- run: ls -la
- run: |
gofmt -w .
git add .
git config --global user.name 'GitHub Autobot'
git config --global user.email '[email protected]'
git diff-index --quiet HEAD || git commit -am "gofmt checks" && git push
- name: Install dependencies
run: go get ./...
- name: Build
Expand Down

0 comments on commit ce827cc

Please sign in to comment.