Skip to content

(fix): Fix the debug code #23

(fix): Fix the debug code

(fix): Fix the debug code #23

Workflow file for this run

name: Go
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.22.x"
- name: Test
run: go test -v ./...