Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandhanani committed Sep 25, 2024
1 parent 6c8e887 commit 847f8b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: Install dependencies
run: go mod download

- name: Install deps
run: make deps-lint

- name: lint
run: make lint

0 comments on commit 847f8b3

Please sign in to comment.