From 5acf0d742b79a574b32d53988a5728674dc347ef Mon Sep 17 00:00:00 2001 From: max-ishere <47008271+max-ishere@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:23:15 +0200 Subject: [PATCH] chore: Added badges to readme --- .github/workflows/cargo-doc-pages.yml | 2 ++ README.md | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cargo-doc-pages.yml b/.github/workflows/cargo-doc-pages.yml index 62d913c..16863b1 100644 --- a/.github/workflows/cargo-doc-pages.yml +++ b/.github/workflows/cargo-doc-pages.yml @@ -5,6 +5,8 @@ on: branches: - main + workflow_dispatch: + permissions: contents: read pages: write diff --git a/README.md b/README.md index 36f2246..8624170 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # GRUB theming utilities -*Work in progress* +*Work in progress* [![Build](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-build.yml/badge.svg?branch=main)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-build.yml) +[![Linter](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-lint.yml/badge.svg)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-lint.yml) +[![Tests](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-test.yml/badge.svg)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-test.yml) + +[Documentation (latest commit)](https://max-ishere.github.io/grub-theme/theme_parser/index.html) +[![Deploy `cargo doc` to GitHub Pages](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-doc-pages.yml/badge.svg)](https://github.com/max-ishere/grub-theme/actions/workflows/cargo-doc-pages.yml) The purpose of this project is to make the process of making GRUB themes much faster and easier for the average user. Normally the process would look like this: