From 28c49dd690d5cb3b270896a46d81fe358a1a8e48 Mon Sep 17 00:00:00 2001 From: Ron <38083777+roneli@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:57:58 +0200 Subject: [PATCH] chore: remove duplicate lint workflow --- .github/workflows/golang_lint.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/golang_lint.yml diff --git a/.github/workflows/golang_lint.yml b/.github/workflows/golang_lint.yml deleted file mode 100644 index 355a403bdef0fc..00000000000000 --- a/.github/workflows/golang_lint.yml +++ /dev/null @@ -1,21 +0,0 @@ -# DONT EDIT. This file is synced from https://github.com/cloudquery/.github/.github -name: Golang Lint -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - golangci: - name: GoLangCI Lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: golangci-lint - uses: golangci/golangci-lint-action@v2 - with: - version: v1.42.1 - args: --timeout 5m \ No newline at end of file