Skip to content

Revert "https://github.com/nextcloud/all-in-one/pull/3021" partially #4775

Revert "https://github.com/nextcloud/all-in-one/pull/3021" partially

Revert "https://github.com/nextcloud/all-in-one/pull/3021" partially #4775

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@v3
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@2.0.0
with:
check_together: 'yes'
env:
SHELLCHECK_OPTS: --shell bash