Skip to content

OTel計装周りの修正 - 命名ルールの統一 (#39) #69

OTel計装周りの修正 - 命名ルールの統一 (#39)

OTel計装周りの修正 - 命名ルールの統一 (#39) #69

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: test
run: make check