Thumbnail

rani/matterbridge.git

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

commit cc07642b6d81a2d09fe43a7cd1396ff70bc59f9d Author: selfhoster1312 <selfhoster1312@kl.netlib.re> Date: Mon Sep 08 18:14:17 2025 +0000 ci: Make sure go fmt is applied in CI diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 5dc8531..a7ad6ce 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -426 +428 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 + - name: go fmt ./... + run: test -z "$(go fmt ./...)" - name: Test run: go test ./... -mod=vendor - name: Build