Skip to content

Commit

Permalink
Merge pull request #59 from tighten/adc/update-lint-yml
Browse files Browse the repository at this point in the history
Remove deprecated `--no-suggest`
  • Loading branch information
driftingly authored Jan 10, 2023
2 parents 98976f8 + dfe2c6b commit 242872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/github-actions/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
coverage: none

- name: Install dependencies
run: composer install --no-interaction --no-suggest --ignore-platform-reqs
run: composer install --no-interaction --ignore-platform-reqs

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

0 comments on commit 242872f

Please sign in to comment.