Skip to content

refactor

refactor #20

Workflow file for this run

on:
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.21'
- run: make test