From c75de373944efbe7ae53f59b4a11dd62d1cd838a Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 31 May 2024 10:38:10 -0700 Subject: [PATCH] Add shellcheck badge Signed-off-by: Tommy --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a1836b..2d74bb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ### Introduction + +[![ShellCheck](https://github.com/TommyTran732/Arch-Setup-Script/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/TommyTran732/Arch-Setup-Script/actions/workflows/shellcheck.yml) + This is my fork of [easy-arch](https://github.com/classy-giraffe/easy-arch), a **script** made in order to boostrap a basic **Arch Linux** environment with **snapshots** and **encryption** by using a fully automated process (UEFI only). This fork comes with various security improvements and fully working rollbacks with snapper. I do submit some of the changes here back to upstream as well.