You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-target.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -187,10 +187,10 @@ jobs:
187
187
ddev config set repo ${{ inputs.repo }}
188
188
189
189
- name: Lint
190
-
run: |
190
+
run: |-
191
191
ddev test --lint ${{ inputs.target }} || {
192
-
echo "::error::Lint failed! ddev has been updated to version 12.0.0."
193
-
echo "::error::Please update to the latest version of ddev and then run 'ddev test --fmt ${{ inputs.target }}' to fix formatting issues."
192
+
echo "::error::Lint failed!"
193
+
echo "::error::Please update to the latest version of ddev to ensure you are using the latest linting rules and then run 'ddev test --fmt ${{ inputs.target }}' to fix formatting issues."
0 commit comments