From 75349ee8f4b9e88b303a2a586e0ebe172855c12c Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 27 Jun 2024 21:32:50 +0200 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 134a403..10a17ae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,3 +18,6 @@ jobs: uses: golangci/golangci-lint-action@v3 with: args: --timeout 120s --max-same-issues 50 + + - name: Bearer + uses: bearer/bearer-action@v2