Skip to content

Add GetDevice() gRPC endpoint #22

Add GetDevice() gRPC endpoint

Add GetDevice() gRPC endpoint #22

Workflow file for this run

on: [push, pull_request]
name: tests
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Build & Test
run: make build test