From e99a382ea02097e00ae253fbde9bd6445de58ba2 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 27 Jun 2024 21:32:53 +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