Skip to content

dev containerを追加 #98

dev containerを追加

dev containerを追加 #98

Workflow file for this run

name: Go
on:
push:
branches:
- master
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run Lint staticcheck
uses: dominikh/[email protected]
with:
version: "2022.1.3"
- name: Test
run: make gotest
- name: Build
run: make bin