Skip to content

feat: Added merge feature #19

feat: Added merge feature

feat: Added merge feature #19

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.23
- name: Test
run: go test -v ./...