Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Dec 12, 2024
1 parent 60d6dc3 commit c3a8e7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ jobs:
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Validate protoc-gen-go
run: which protoc-gen-go
- name: Run go generate
- name: Run go generate
run: go generate ./...
working-directory: ${{ mat
working-directory: ${{ matrix.dir }}
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit c3a8e7a

Please sign in to comment.