Skip to content

Commit

Permalink
Uses lean-package-validator GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Oct 3, 2023
1 parent c12b54f commit e5fbd66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -27,3 +27,9 @@ jobs:

- name: Check coding styles
run: composer run-script lpv:cs-lint

- name: Check leanness of package
uses: raphaelstolt/[email protected]
with:
php-version: "${{ matrix.php }}"
lpv-version: "3.0.0"

0 comments on commit e5fbd66

Please sign in to comment.