Skip to content

Merge pull request #10 from m-mizutani/workflow/fix-release-action #42

Merge pull request #10 from m-mizutani/workflow/fix-release-action

Merge pull request #10 from m-mizutani/workflow/fix-release-action #42

Workflow file for this run

name: CI
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: go test ./...
- run: go vet ./...