Skip to content

Merge pull request #124 from mattn/mod-tidy #541

Merge pull request #124 from mattn/mod-tidy

Merge pull request #124 from mattn/mod-tidy #541

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.2
- name: Test
run: go test -coverprofile coverage.out -covermode atomic ./...