Skip to content

Commit 7e89183

Browse files
committed
Merge branch 'master' into 4.x
2 parents 71fe4bc + 8200932 commit 7e89183

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/validate.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,21 @@ jobs:
154154
if: ${{ github.event_name != 'schedule' || github.event.repository.fork == false }}
155155

156156
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@main
157+
158+
shellcheck:
159+
name: 'ShellCheck'
160+
runs-on: ubuntu-latest
161+
162+
steps:
163+
- name: Checkout code
164+
uses: actions/checkout@v4
165+
166+
- name: Set up problem matcher
167+
uses: lumaxis/shellcheck-problem-matchers@v2
168+
with:
169+
format: gcc
170+
171+
- name: Run ShellCheck
172+
uses: ludeeus/[email protected]
173+
with:
174+
format: gcc

.shellcheckrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
shell=bash
2+
color=always
3+
4+
external-sources=false
5+
source-path=/tests/EndToEnd

0 commit comments

Comments
 (0)