Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

fix: transpile step #46

fix: transpile step

fix: transpile step #46

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Build
run: make build
- name: Test
run: make test