Skip to content

Commit

Permalink
fix: remove the packages that was marked as unused from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosDuarte17 committed Sep 11, 2022
1 parent 3c81203 commit 5720d86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ jobs:
- name: Run composer unused
run: |
php composer-unused.phar --no-progress \
--excludePackage=bensampo/laravel-enum \
--excludePackage=guzzlehttp/guzzle \
--excludePackage=laravel/tinker \
--excludePackage=spatie/laravel-medialibrary \
static-code-analysis:
name: Static code analysis
Expand Down

0 comments on commit 5720d86

Please sign in to comment.