Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Add announcement of archive #58

Add announcement of archive

Add announcement of archive #58

Workflow file for this run

name: Unit test
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v2
with:
go-version: "1.18"
- run: go test ./...
- run: go vet ./...