Skip to content

rsyncbackup: do not unmount any drives if backup failed because pendi… #15492

rsyncbackup: do not unmount any drives if backup failed because pendi…

rsyncbackup: do not unmount any drives if backup failed because pendi… #15492

on:
push:
branches-ignore:
- 'autocommit'
name: 'check-code-with-shellcheck'
jobs:
shellcheck:
name: Github Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
with:
check_together: 'yes'
env:
SHELLCHECK_OPTS: -e SC2059 -e SC2034