Skip to content

fix(nextcloud_update.sh): fix script failing because `nextcloud_occ_n… #15606

fix(nextcloud_update.sh): fix script failing because `nextcloud_occ_n…

fix(nextcloud_update.sh): fix script failing because `nextcloud_occ_n… #15606

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