From 078069b2d7a4e9d16a6fe6f62e14659ebf5ae0c0 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 19 Mar 2023 16:01:27 +0300 Subject: [PATCH] retest Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/lint.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index fe0cd583..7eed0d4c 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -21,11 +21,4 @@ jobs: uses: https://github.com/golangci/golangci-lint-action@v3.4.0 continue-on-error: true with: - # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.30 - # Optional: working directory, useful for monorepos - # working-directory: somedir - # Optional: golangci-lint command line arguments. - # args: --issues-exit-code=0 - # Optional: show only new issues if it's a pull request. The default value is `false`. - # only-new-issues: true