Skip to content

Commit

Permalink
Merge pull request #3 from onee-only/readme
Browse files Browse the repository at this point in the history
README
  • Loading branch information
onee-only authored Oct 18, 2023
2 parents 68b47bc + f65efe1 commit afdda7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# gauth-go

[![Go Reference](https://pkg.go.dev/badge/github.com/onee-only/gauth-go.svg)](https://pkg.go.dev/github.com/onee-only/gauth-go)
[![codecov](https://codecov.io/gh/onee-only/gauth-go/graph/badge.svg?token=CG5WOHFTMX)](https://codecov.io/gh/onee-only/gauth-go)
[![Go Report Card](https://goreportcard.com/badge/github.com/onee-only/gauth-go)](https://goreportcard.com/report/github.com/onee-only/gauth-go)

Package gauth is go version of gauth sdk.

0 comments on commit afdda7d

Please sign in to comment.