Compare commits
1 commit
fad0b9d526
...
95fd7c50b7
Author | SHA1 | Date | |
---|---|---|---|
|
95fd7c50b7 |
|
@ -24,15 +24,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y shellcheck
|
apt-get update && apt-get install -y shellcheck
|
||||||
|
|
||||||
- name: Find Shell Scripts
|
|
||||||
id: find-scripts
|
|
||||||
run: |
|
|
||||||
echo "Searching for shell scripts..."
|
|
||||||
find . -name '*.sh' -print0 > shell-scripts.list
|
|
||||||
|
|
||||||
- name: Run ShellCheck in Script Directories
|
- name: Run ShellCheck in Script Directories
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
echo "Searching for shell scripts..."
|
||||||
|
find . -name '*.sh' -print0 > shell-scripts.list
|
||||||
echo "Running ShellCheck in each script's directory..."
|
echo "Running ShellCheck in each script's directory..."
|
||||||
while IFS= read -r script; do
|
while IFS= read -r script; do
|
||||||
echo "Checking $script"
|
echo "Checking $script"
|
||||||
|
|
9
shell-scripts.list
Normal file
9
shell-scripts.list
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
./portainer/portainer-backup.sh
|
||||||
|
./immich/immich-backup.sh
|
||||||
|
./vaultwarden/vaultwarden-backup.sh
|
||||||
|
./forgejo/forgejo-backup.sh
|
||||||
|
./duplicati/duplicati-backup.sh
|
||||||
|
./logger.sh
|
||||||
|
./nextcloud/nextcloud-backup.sh
|
||||||
|
./cryptpad/cryptpad-backup.sh
|
||||||
|
./full-backup.sh
|
Loading…
Reference in a new issue