Skip to content

Commit

Permalink
fix merge conflict in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
digitlimit committed Nov 9, 2024
1 parent dafdd3f commit 2ba7166
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/githook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- name: Cache Composer dependencies
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Validate composer.json and composer.lock
run: composer validate --strict

Expand Down

0 comments on commit 2ba7166

Please sign in to comment.