From e2eee13342215316f61fbea819540c8b370b8f74 Mon Sep 17 00:00:00 2001 From: Richie Varghese Date: Sun, 20 Mar 2022 00:52:40 +0530 Subject: [PATCH] removed gitub folder from dev --- .github/workflows/go.yml | 25 ------------------------- README.md | 4 ++++ 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index 9753952..0000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Go - -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.18 - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./... diff --git a/README.md b/README.md index 0b51ed2..3094ede 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ commonly used functions to reduce code bulk +[![Go](https://github.com/ric-v/go-func-collections/actions/workflows/go.yml/badge.svg)](https://github.com/ric-v/go-func-collections/actions/workflows/go.yml) +[![CodeQL](https://github.com/ric-v/go-func-collections/actions/workflows/codeql.yml/badge.svg)](https://github.com/ric-v/go-func-collections/actions/workflows/codeql.yml) +[![CodeFactor](https://www.codefactor.io/repository/github/ric-v/go-func-collections/badge)](https://www.codefactor.io/repository/github/ric-v/go-func-collections) +[![Go Report Card](https://goreportcard.com/badge/github.com/ric-v/go-func-collections)](https://goreportcard.com/report/github.com/ric-v/go-func-collections) [![GoDoc](https://godoc.org/github.com/narqo/go-badge?status.svg)](https://pkg.go.dev/github.com/ric-v/go-func-collections/array) ---