Skip to content

fix: typo (#244)

fix: typo (#244) #128

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.15.0'
- uses: actions/checkout@v3
- run: make lint
- run: make build
- run: make test