Skip to content

Merge branch 'main' into PHP-8-1 #15402

Merge branch 'main' into PHP-8-1

Merge branch 'main' into PHP-8-1 #15402

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