Skip to content

Commit

Permalink
chore(lint): disable revive temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
crispgm committed Jan 5, 2024
1 parent bf7dfe4 commit f2fccac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '1.13.0'

- name: lint
uses: morphy2k/revive-action@v2
#
# - name: lint
# uses: morphy2k/revive-action@v2

- name: build
run: ./scripts/test.sh
Expand Down

0 comments on commit f2fccac

Please sign in to comment.