Skip to content

fix: handle missing x-response-json #27

fix: handle missing x-response-json

fix: handle missing x-response-json #27

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
push:
branches: main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ^1.21.0
- name: Run tests
run: go test ./...