Skip to content

fix(j2t): can handle empty string when enable String2Int #59

fix(j2t): can handle empty string when enable String2Int

fix(j2t): can handle empty string when enable String2Int #59

Workflow file for this run

name: Compatibility Test
on: pull_request
jobs:
build:
strategy:
matrix:
go-version: [1.17.x, 1.22.x, 1.23.x, 1.24.x]
os: [ubuntu-24.04-arm, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Unit Test
run: |
go test ./...