Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

feat: allow to provide SenML from stdin #7

feat: allow to provide SenML from stdin

feat: allow to provide SenML from stdin #7

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.1
- name: Build
run: go build