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 c67e024
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:

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

- name: Check leanness of package
uses: raphaelstolt/lean-package-validator-action@v0.0.2
with:
php-version: "${{ matrix.php }}"
lpv-version: "3.0.0"

0 comments on commit c67e024

Please sign in to comment.