Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 305 Bytes

.github

Setting Your Bash Profile (~/.bash_profile)

# Use airdb's Profile, https://github.com/airdb/.github
BASH_PROFILE="$HOME/go/src/github.com/airdb/.github/bash/profile"
[ -f $BASH_PROFILE ] && source $BASH_PROFILE

Code lint

Git hook

Git action

Golang

Linter: golangci-lint