Skip to content

fix: test

fix: test #5

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: test
run: go run gotest.tools/gotestsum@latest --format github-actions
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: latest