Skip to content

Commit 6776350

Browse files
committed
docs: update readme
1 parent ca6e5c0 commit 6776350

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/images/goldboot-256.png

22 KB
Loading

.github/images/logo-bg-256.png

-13.1 KB
Binary file not shown.

.github/workflows/check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow runs whenever a PR is opened or updated, or a commit is pushed to main. It runs
2-
# several checks:
3-
# - fmt: checks that the code is formatted according to rustfmt
4-
# - clippy: checks that the code does not contain any clippy warnings
5-
# - doc: checks that the code can be documented without errors
6-
# - hack: check combinations of feature flags
7-
# - msrv: check that the msrv specified in the crate is correct
81
name: check
92
permissions:
103
contents: read

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/goldboot/goldboot/master/.github/images/logo-bg-256.png" />
2+
<img src="https://raw.githubusercontent.com/goldboot/goldboot/master/.github/images/goldboot-256.png" />
33
</p>
44

55
![License](https://img.shields.io/github/license/goldboot/goldboot)
66
![build](https://github.com/goldboot/goldboot/actions/workflows/test.yml/badge.svg)
77
[![Discord](https://img.shields.io/discord/981695209492606986)](https://discord.gg/Vzr7gT5dsd)
88
![GitHub repo size](https://img.shields.io/github/repo-size/fossable/goldboot)
9+
[![Turbine](https://turbine.goldboot.org/xmr/balance)](https://turbine.goldboot.org)
910
![Stars](https://img.shields.io/github/stars/goldboot/goldboot?style=social)
1011
<hr>
1112

0 commit comments

Comments
 (0)