From 6bb061f26456d1723423738f0d08606410ece67b Mon Sep 17 00:00:00 2001 From: jsirianni Date: Tue, 7 Nov 2023 11:37:25 -0500 Subject: [PATCH] remove linter --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49250ef..03908dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,21 +36,6 @@ jobs: - run: make test - go-lint: - runs-on: "ubuntu-22.04" - steps: - - name: Check out source code - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - - - name: Set up Go - uses: actions/setup-go@v4.1.0 - with: - go-version: "1.21.3" - - - run: make lint - build: runs-on: "ubuntu-22.04" steps: