Skip to content

Channels baseline: email, Signal, Matrix, Mattermost, Teams, Google Chat, SMS + media and voice #72

Channels baseline: email, Signal, Matrix, Mattermost, Teams, Google Chat, SMS + media and voice

Channels baseline: email, Signal, Matrix, Mattermost, Teams, Google Chat, SMS + media and voice #72

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26"
cache-dependency-path: go.sum
- run: gofmt -l . && test -z "$(gofmt -l .)"
- run: go vet ./...
- run: go test ./...