Skip to content

Allow value splitting pattern to be customized (#32) #83

Allow value splitting pattern to be customized (#32)

Allow value splitting pattern to be customized (#32) #83

Workflow file for this run

name: Test
on:
workflow_dispatch:
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: '1.19'
- name: Test
run: go test -v ./...