Skip to content

Merge pull request #50 from KyleSanderson/patch-1 #77

Merge pull request #50 from KyleSanderson/patch-1

Merge pull request #50 from KyleSanderson/patch-1 #77

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Test
run: |
go test *.go