Skip to content

Handle potential null values when decoding JSON in pdoRowMapping and … #2

Handle potential null values when decoding JSON in pdoRowMapping and …

Handle potential null values when decoding JSON in pdoRowMapping and … #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.23"
- name: Run tests
run: make test