We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71fe4bc + 8200932 commit 7e89183Copy full SHA for 7e89183
.github/workflows/validate.yml
@@ -154,3 +154,21 @@ jobs:
154
if: ${{ github.event_name != 'schedule' || github.event.repository.fork == false }}
155
156
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
174
.shellcheckrc
@@ -0,0 +1,5 @@
1
+shell=bash
2
+color=always
3
4
+external-sources=false
5
+source-path=/tests/EndToEnd
0 commit comments