Thumbnail

rani/matterbridge.git

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

commit 14731a9d174657247d35037284f142ab50316092 Author: Joseph Crowell <joseph.w.crowell@gmail.com> Date: Tue Dec 23 13:29:56 2025 +0000 --build-tags is assigned in the actions file using = not a space diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3ea71ff..dea3666 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -317 +317 @@ jobs: uses: golangci/golangci-lint-action@v8 with: version: v2.1 - args: --build-tags goolm --config=.golangci-incremental.yaml + args: --build-tags=goolm --config=.golangci-incremental.yaml   test: strategy: matrix: