Skip to content

fix: fix types for ts client for social-feed #7141

fix: fix types for ts client for social-feed

fix: fix types for ts client for social-feed #7141

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
check-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: "1.22"
- name: Tidy go.mod
run: make go-mod-tidy
- name: Build
run: go build ./go/...
- name: Check diff
run: git diff --exit-code