Skip to content

Commit

Permalink
Merge pull request #16 from theorlandog/theorlandog-patch-2
Browse files Browse the repository at this point in the history
Update pre-release.yml
  • Loading branch information
theorlandog authored May 29, 2024
2 parents 04ef156 + ce827cc commit 195aa05
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 195aa05

Please sign in to comment.