Skip to content

add validation for heat index fns #12

add validation for heat index fns

add validation for heat index fns #12

Workflow file for this run

---
name: test
"on":
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
- run: go test .