Skip to content

Merge pull request #11 from kohkimakimoto/dependabot/npm_and_yarn/exa… #53

Merge pull request #11 from kohkimakimoto/dependabot/npm_and_yarn/exa…

Merge pull request #11 from kohkimakimoto/dependabot/npm_and_yarn/exa… #53

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