From 0f0b98feb65bc5fd3f232805ca3e3c36b7919337 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 31 May 2024 10:32:55 -0700 Subject: [PATCH] Add badge & expand ignore list Signed-off-by: Tommy --- .github/workflows/shellcheck.yml | 10 ++++++++++ README.md | 3 +++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index b77e198..a9cc06f 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -10,11 +10,21 @@ on: - '**.gitignore' - '**.md' - 'LICENSE' + - '**.conf' + - '**.service' + - '**.timer' + - '**.path' + - '**.list' pull_request: paths-ignore: - '**.gitignore' - '**.md' - 'LICENSE' + - '**.conf' + - '**.service' + - '**.timer' + - '**.path' + - '**.list' jobs: shellcheck: diff --git a/README.md b/README.md index 9c9a660..d985359 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Linux Setup Scripts + +[![ShellCheck](https://github.com/TommyTran732/Linux-Setup-Scripts/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/TommyTran732/Linux-Setup-Scripts/actions/workflows/shellcheck.yml) + My setup scripts for my workstations. You should edit the scripts to your liking before running it. Please run the scripts as your actual user and not root. Provide sudo password when it asks you to. Flatpak packages and themes/icons are only installed for your user and not system wide.