From e5574e7fe5244cd5c29a48fe7ff050c2c52b7ccf Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 19 Mar 2020 12:43:48 +0100 Subject: Continue if lint step fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba17ba6f9..085a632b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - name: Push on codecov result uses: codecov/codecov-action@v1 - name: Run golangci-lint + continue-on-error: true uses: actions-contrib/golangci-lint@v1 - name: Compile project on every platform run: | -- cgit v1.2.3