Skip to content

fix wrong flag labelling, change to kWh energy calculation #1444

fix wrong flag labelling, change to kWh energy calculation

fix wrong flag labelling, change to kWh energy calculation #1444

Workflow file for this run

name: Build & Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.22.x
- name: Checkout code
uses: actions/checkout@v3
- name: Build, Vet & Test
run: |
go build ./...
go vet ./...
go test ./...