Skip to content

Commit 242872f

Browse files
authored
Merge pull request #59 from tighten/adc/update-lint-yml
Remove deprecated `--no-suggest`
2 parents 98976f8 + dfe2c6b commit 242872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/github-actions/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
coverage: none
2323

2424
- name: Install dependencies
25-
run: composer install --no-interaction --no-suggest --ignore-platform-reqs
25+
run: composer install --no-interaction --ignore-platform-reqs
2626

2727
- name: Duster Lint
2828
run: vendor/bin/duster

0 commit comments

Comments
 (0)