Skip to content

Change user to saved_by #168

Change user to saved_by

Change user to saved_by #168

Workflow file for this run

name: Go CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...