Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 867a5dc1ee72dd2d7bb027d3fba31f654c96bb84 Author: Joseph Crowell <joseph.w.crowell@gmail.com> Date: Tue Dec 23 14:20:53 2025 +0000 also add the tag to the first golangci-lint run diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index ddf6efd..21d16a1 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -276 +277 @@ jobs: # Only compare with previous commit when pushing, # and with base branch when in PR. only-new-issues: true + args: --build-tags=goolm - name: golangci-lint (entire codebase) uses: golangci/golangci-lint-action@v8 with: