From 8a608b372b09ddf08a945d2948f11ebebbf71bcd Mon Sep 17 00:00:00 2001 From: Mihail Slobodyanuk Date: Thu, 22 Dec 2022 10:03:58 +0200 Subject: [PATCH] Temporary disabled the linter on GitHub --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae981785..b72d6957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: actions/checkout@v3 - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - args: --issues-exit-code=1 +# - uses: actions/checkout@v3 +# - name: golangci-lint +# uses: golangci/golangci-lint-action@v3 +# with: +# args: --issues-exit-code=1 codeql: name: Analyse