Skip to content

Commit

Permalink
CI: Removed composer install step (#6)
Browse files Browse the repository at this point in the history
Removed composer install step from code quality test

Resolves task: CI/CD: Configure workflows (#6)
  • Loading branch information
fet1sov authored Jun 27, 2024
1 parent 7acaa48 commit bacde2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Composer install
uses: php-actions/composer@v6

- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
with:
Expand Down

0 comments on commit bacde2f

Please sign in to comment.