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

chore: add archive notice in readme #33

chore: add archive notice in readme

chore: add archive notice in readme #33

Workflow file for this run

name: tests
on:
pull_request: {}
permissions:
contents: read
jobs:
unit-tests:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: test
run: go test ./... -v