Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/slogPublic

fix!: handlesql/driver.Valuer types properly inslogjson (#219)#591

fix!: handlesql/driver.Valuer types properly inslogjson (#219)

fix!: handlesql/driver.Valuer types properly inslogjson (#219) #591

Workflow file for this run

name:ci
on:
push:
branches:
-main
pull_request:
branches:
-main
workflow_dispatch:
jobs:
go:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-name:Cache npm
uses:actions/cache@v3
with:
path:~/.npm
key:"npm-cache"
-uses:actions/setup-go@v4
with:
go-version:"1.20"
cache-dependency-path:go.sum
-name:"make"
run:|
git config --global --add safe.directory /github/workspace
make -O -j fmt lint test
env:
COVERALLS_TOKEN:${{ secrets.github_token }}
-name:Upload coverage.html
uses:actions/upload-artifact@v4
with:
name:coverage
path:ci/out/coverage.html

[8]ページ先頭

©2009-2025 Movatter.jp