From ec9f45f12ee1969a372e44619072a671e3c7e21a Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Tue, 4 Jun 2024 22:33:30 -0400 Subject: [PATCH] temporarily disable linting --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d559163d..3e6bb4694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,14 +111,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: |