Skip to content

Merge pull request #21 from kohkimakimoto/fix-examples #74

Merge pull request #21 from kohkimakimoto/fix-examples

Merge pull request #21 from kohkimakimoto/fix-examples #74

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