Thumbnail

rani/matterbridge.git

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

commit e5bb34b68fe620cc578a773d1c381e9391e578fe Author: selfhoster1312 <selfhoster1312@kl.netlib.re> Date: Mon Sep 08 19:23:33 2025 +0000 ci: Testing doesn't need full clone (only shallow) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 2c91c42..3408dea 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -197 +197 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-go@v6 with: - go-version: stable + go-version: 1.22.x - name: golangci-lint uses: golangci/golangci-lint-action@v8 with: @@ -408 +406 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v5 - with: - fetch-depth: 0 - name: go fmt ./... (go version ${{ matrix.go-version }}) run: test -z "$(go fmt ./...)" - name: go test ./... -mod=vendor (go version ${{ matrix.go-version }})