Skip to content

Handle unhandled errs #8

Handle unhandled errs

Handle unhandled errs #8

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.5'
- run: go build -v ./...
- run: go test -v ./...