Skip to content

nextcloud: add apache container reachability check run-exec-commands.sh #5528

nextcloud: add apache container reachability check run-exec-commands.sh

nextcloud: add apache container reachability check run-exec-commands.sh #5528

Workflow file for this run

name: Shellcheck
on:
pull_request:
paths:
- '**.sh'
push:
branches:
- main
paths:
- '**.sh'
jobs:
shellcheck:
name: Check Shell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/[email protected]
with:
check_together: 'yes'
env:
SHELLCHECK_OPTS: --shell bash