Skip to content

Add MeterProCO2, Fix MeterPro (#25) #82

Add MeterProCO2, Fix MeterPro (#25)

Add MeterProCO2, Fix MeterPro (#25) #82

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: checkout
uses: actions/checkout@v4
- name: test
run: go test -v