Skip to content

Commit 6005911

Browse files
authored
Remove warning to upgrade 12 when linting fails (DataDog#21191)
1 parent 035236f commit 6005911

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-target.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ jobs:
187187
ddev config set repo ${{ inputs.repo }}
188188
189189
- name: Lint
190-
run: |
190+
run: |-
191191
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."
194194
exit 1
195195
}
196196

0 commit comments

Comments
 (0)