Skip to content

Commit

Permalink
Github Actions: Remove not required step cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Aug 23, 2023
1 parent 0929f50 commit d05c2b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
php-version: ${{ matrix.php }}
tools: phpcs

# The cleanup is required because otherwise the tests fail on PHP 8+.
# Some of our deps are not officially compatible with that but will
# pass the lint tests. Removing composer.json and composer.lock first
# ensures that the test dep setup succeeds. Not removing vendor, but
# only renaming it ensures the files are scanned still.
- name: Cleanup
run: rm composer.* && mv vendor real-vendor

- name: Setup dependencies
run: |
composer require -n --no-progress overtrue/phplint
Expand Down

0 comments on commit d05c2b4

Please sign in to comment.