Skip to content

Type check the metadata to avoid a possible panic on bad input #148

Type check the metadata to avoid a possible panic on bad input

Type check the metadata to avoid a possible panic on bad input #148

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -v ./...