Skip to content

Implement a main option scan helper. #3

Implement a main option scan helper.

Implement a main option scan helper. #3

name: tempscale (develop)
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
- name: Build
run: go build -v ./...