chore: Update README to show github action use

This commit is contained in:
Gerald Pinder 2024-02-05 20:52:36 -05:00
parent aab4c0038f
commit d302875020
2 changed files with 42 additions and 59 deletions

View file

@ -1,8 +1,5 @@
//! The root library for blue-build.
#![warn(clippy::correctness, clippy::suspicious, clippy::perf, clippy::style)]
#![doc(
html_logo_url = "https://gitlab.com/wunker-bunker/blue-build/-/raw/main/logos/BlueBuild-logo.png"
)]
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]
#![allow(clippy::module_name_repetitions)]