Skip to content

Commit

Permalink
ci: disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ammario committed Feb 22, 2024
1 parent 768fe51 commit 259bc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "^1.21"
- name: test & lint
run: make test lint
- name: test
run: make test

0 comments on commit 259bc0a

Please # to comment.