Skip to content

Merge pull request #18 from Wingysam/patch-1 #79

Merge pull request #18 from Wingysam/patch-1

Merge pull request #18 from Wingysam/patch-1 #79

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go test -v ./...