Compare commits

..

1 commit

Author SHA1 Message Date
ZoopaMario 859ef2e93f Refactor code to make linter runs succeed
All checks were successful
Check Commit Messages / check-commit-message (pull_request) Successful in 13s
Lint Bash Scripts / lint-bash (pull_request) Successful in 22s
This commit refactors the codebase in order to make the shellcheck
workflow pass.
2024-12-29 15:51:16 +01:00

View file

@ -24,7 +24,7 @@ jobs:
run: | run: |
apt-get update && apt-get install -y shellcheck apt-get update && apt-get install -y shellcheck
- name: Run ShellCheck in Script Directories - name: Run ShellCheck
shell: bash shell: bash
run: | run: |
echo "Searching for shell scripts..." echo "Searching for shell scripts..."