Skip to content

Merge pull request #2 from n39i/mv #16

Merge pull request #2 from n39i/mv

Merge pull request #2 from n39i/mv #16

Workflow file for this run

name: test
on:
pull_request:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: go test ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54