Skip to content

Add client-side discovery API #138

Add client-side discovery API

Add client-side discovery API #138

Workflow file for this run

# GitHub Actions - CI for Go to build & test. See ci-go-cover.yml and linters.yml for code coverage and linters.
# Taken from: https://github.com/fxamacker/cbor/workflows/ci.yml (thanks!)
name: ci
on: [push, pull_request]
jobs:
# Test on Ubuntu
tests:
name: Test on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23.0"
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run tests
run: |
go version
make test