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