Skip to content

Commit

Permalink
added phpcs checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 21, 2022
1 parent 56f7685 commit 131e079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
with:
path: .
options: --exclude=vendor
- name: phpcs checker
run: ./vendor/bin/phpcs -q --report=checkstyle --standard=PSR12 src

0 comments on commit 131e079

Please sign in to comment.