Skip to content

Commit f1e4ab5

Browse files
committed
run composer validate with GitHub Actions
1 parent b1a3755 commit f1e4ab5

File tree

2 files changed

+56
-53
lines changed

2 files changed

+56
-53
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
php-version: ${{ matrix.php-version }}
4545
tools: composer:v2
4646

47+
- name: Validate composer.json and composer.lock
48+
run: composer validate --no-check-publish
49+
4750
- name: "Install dependencies"
4851
id: install
4952
run: composer install --ansi --no-interaction --no-progress

composer.lock

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)