Skip to content

fix(sender): encode the files sent from matcha (#84) #108

fix(sender): encode the files sent from matcha (#84)

fix(sender): encode the files sent from matcha (#84) #108

Workflow file for this run

name: Go CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Tidy modules
run: go mod tidy
- name: Test
run: go test -v ./...