Skip to content

Commit

Permalink
chore: Use Makefile instead of GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinlim committed Jan 23, 2024
1 parent 95fbd5f commit 75ae364
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
with:
go-version: ${{ needs.get-go-version.outputs.go-version }}
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.45.2
args: --timeout=5m
run: make lint

generate-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75ae364

Please sign in to comment.