Skip to content

Commit b9814db

Browse files
Added code sniffer run to workflow
1 parent 1286054 commit b9814db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
- name: Run Test Suite
4343
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-text
4444

45+
- name: Run Code Sniffer
46+
run: ./vendor/bin/phpcs
47+
4548
#- name: Run Static Analysis
4649
# run: ./vendor/bin/psalm

0 commit comments

Comments
 (0)