Skip to content

Commit

Permalink
CI: remove composer validate
Browse files Browse the repository at this point in the history
  • Loading branch information
DaisukeDaisuke authored May 6, 2022
1 parent 57fce05 commit ec2df63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- name: Composer validate
run: composer validate
- name: Install dependencies
run: composer install --no-dev --prefer-dist --no-progress --no-suggest
- name: Build source code
Expand Down

0 comments on commit ec2df63

Please sign in to comment.