Skip to content

Commit bb14767

Browse files
committed
chore: make lint happy?
1 parent dcb83bb commit bb14767

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
fetch-depth: 0
2121
submodules: 'recursive'
2222

23-
- name: Tidy Modules
24-
run: |
25-
go mod tidy
26-
go generate main.go
23+
- name: Prepare Necessary Runtime Files
24+
run: go generate main.go
2725

2826
- name: Run Lint
2927
uses: golangci/golangci-lint-action@master

0 commit comments

Comments
 (0)