Skip to content

Merge pull request #4685 from nextcloud/fix/4667/fix-limiting-ip-address #5205

Merge pull request #4685 from nextcloud/fix/4667/fix-limiting-ip-address

Merge pull request #4685 from nextcloud/fix/4667/fix-limiting-ip-address #5205

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/action-shellcheck@2.0.0
with:
check_together: 'yes'
env:
SHELLCHECK_OPTS: --shell bash