Skip to content

Commit

Permalink
Merge pull request #76 from stefanb/goreportcard
Browse files Browse the repository at this point in the history
docs: added goreportcard & release badges, sync TOC
  • Loading branch information
refaktor authored Dec 22, 2023
2 parents 412014e + 1829b08 commit 31d80be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![golangci-lint](https:/refaktor/rye/actions/workflows/golangci-lint.yml/badge.svg)](https:/refaktor/rye/actions/workflows/golangci-lint.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/refaktor/rye/badge)](https://securityscorecards.dev/viewer/?uri=github.com/refaktor/rye)
[![Go Reference](https://pkg.go.dev/badge/github.com/refaktor/rye.svg)](https://pkg.go.dev/github.com/refaktor/rye)
[![Go Report Card](https://goreportcard.com/badge/github.com/refaktor/rye)](https://goreportcard.com/report/github.com/refaktor/rye)
[![GitHub Release](https://img.shields.io/github/release/refaktor/rye.svg?style=flat)](https:/refaktor/rye/releases/latest)

- [Rye language 🌾](#rye-language-)
- [What is Rye](#what-is-rye)
Expand All @@ -13,7 +15,7 @@
- [Introductions](#introductions)
- [Examples](#examples)
- [Rye vs. Python](#rye-vs-python)
- [Libraries](#libraries)
- [Modules](#modules)
- [Base - official integrations](#base---official-integrations)
- [Contrib - will be community / third party integrations](#contrib---will-be-community--third-party-integrations)
- [Follow development](#follow-development)
Expand All @@ -25,7 +27,6 @@
- [Docker images](#docker-images)
- [Binary Docker image](#binary-docker-image)
- [Dev Docker image](#dev-docker-image)
- [Forking Rye on Github](#forking-rye-on-github)
- [Building Rye](#building-rye)
- [Build Rye with specific modules](#build-rye-with-specific-modules)
- [Build WASM version of Rye](#build-wasm-version-of-rye)
Expand Down

0 comments on commit 31d80be

Please sign in to comment.