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.
1 parent 1ed2b9e commit 3fabd68Copy full SHA for 3fabd68
.github/workflows/validate.yml
@@ -150,3 +150,21 @@ jobs:
150
if: ${{ github.event_name != 'schedule' || github.event.repository.fork == false }}
151
152
uses: PHPCSStandards/.github/.github/workflows/reusable-remark.yml@main
153
+
154
+ shellcheck:
155
+ name: 'ShellCheck'
156
+ runs-on: ubuntu-latest
157
158
+ steps:
159
+ - name: Checkout code
160
+ uses: actions/checkout@v4
161
162
+ - name: Set up problem matcher
163
+ uses: lumaxis/shellcheck-problem-matchers@v2
164
+ with:
165
+ format: gcc
166
167
+ - name: Run ShellCheck
168
+ uses: ludeeus/[email protected]
169
170
.shellcheckrc
@@ -0,0 +1,5 @@
1
+shell=bash
2
+color=always
3
4
+external-sources=false
5
+source-path=/tests/EndToEnd
0 commit comments