From 12d6f85cba80c55e0a253684b83954821924f937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= <1009277+imiric@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:05:55 +0200 Subject: [PATCH] wip --- .github/workflows/ci-earthly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-earthly.yml b/.github/workflows/ci-earthly.yml index f8b970a..aa26f9e 100644 --- a/.github/workflows/ci-earthly.yml +++ b/.github/workflows/ci-earthly.yml @@ -36,7 +36,7 @@ jobs: env: EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }} EARTHLY_ORG: ${{ secrets.EARTHLY_ORG }} - run: earthly --ci --sat disco --push +lint + run: earthly --verbose --ci --sat disco --push +lint - name: Upload golangci-lint report uses: actions/upload-artifact@v4 with: