Skip to content

Commit a8b5b85

Browse files
committed
ci: #5 lint
1 parent 7337219 commit a8b5b85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
args: composer install
2222

23+
- name: Lint
24+
uses: docker://ecoding/php:8.0
25+
with:
26+
args: ./vendor/bin/phpcs --standard=PSR12 src/ tests/
27+
2328
- name: test
2429
uses: docker://ecoding/php:8.0
2530
env:

0 commit comments

Comments
 (0)