Skip to content

Merge pull request #2 from kohkimakimoto/kohkimakimoto-dev #12

Merge pull request #2 from kohkimakimoto/kohkimakimoto-dev

Merge pull request #2 from kohkimakimoto/kohkimakimoto-dev #12

Workflow file for this run

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