Skip to content

Merge pull request #10 from kohkimakimoto/dev-0.8.0 #51

Merge pull request #10 from kohkimakimoto/dev-0.8.0

Merge pull request #10 from kohkimakimoto/dev-0.8.0 #51

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- run: make dev/setup
- run: make test
- run: make lint