Skip to content

chore: clean up main func #14

chore: clean up main func

chore: clean up main func #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19.1"
- name: Run tests
run: go test ./... -v