Skip to content

Commit

Permalink
chore: CI - disable lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 5, 2024
1 parent 739d023 commit 038ab9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
- name: Build all lint dependencies
run: make -j build-node-deps

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
skip-pkg-cache: true
- name: Custom Lint
run: |
go run ./linters ./...
# - name: Lint
# uses: golangci/golangci-lint-action@v3
# with:
# version: latest
# skip-pkg-cache: true
# - name: Custom Lint
# run: |
# go run ./linters ./...

- name: Set environment variables
run: |
Expand Down

0 comments on commit 038ab9c

Please sign in to comment.