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.