Skip to content

共通エラーを追加する #74

共通エラーを追加する

共通エラーを追加する #74

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- "main"
tags-ignore:
- "*"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go version
- run: go fmt .
- uses: dominikh/[email protected]
with:
version: "2023.1.6"
install-go: false
- name: Test
run: make test
- name: Build
run: make