Skip to content

Commit

Permalink
fix: pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Jul 29, 2024
1 parent d4cf075 commit 0a99e76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/enforce-go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
- uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: 'latest'
- name: Create a new git repository
run: rm -rf .git && git init && git add --all && git -c user.name='test' -c user.email='test@example.com' commit -m 'init for pr action'
- name: Go mod tidy for root project
Expand Down

0 comments on commit 0a99e76

Please sign in to comment.