Skip to content

chore(schema): replace actions from []T to []*T #59

chore(schema): replace actions from []T to []*T

chore(schema): replace actions from []T to []*T #59

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: self-hosted
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: make test