From b2f825058aa22f5b3b51361ddc631b7c0289e4dc Mon Sep 17 00:00:00 2001 From: schmidtw Date: Sat, 18 Jun 2022 19:22:00 -0700 Subject: [PATCH] Disable lint checks for now. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e4a624..4ad7665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,6 @@ on: jobs: ci: uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1 + with: + lint-skip: true secrets: inherit