Skip to content

Preserve nullable bearing, speed, and accuracy fields using pointers #106

Preserve nullable bearing, speed, and accuracy fields using pointers

Preserve nullable bearing, speed, and accuracy fields using pointers #106

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Vet
run: go vet ./...
- name: Test
run: go test ./...