Skip to content

Commit

Permalink
chore: try fix go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 16, 2024
1 parent a1c3398 commit 284e855
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-go@v3
with:
go-version-file: go.mod

- name: Compile Protobuf
run: |
make proto-gen
make lint-ci
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 284e855

Please sign in to comment.