Skip to content

Commit c6a0293

Browse files
committed
wip it
1 parent 9d9a849 commit c6a0293

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@ jobs:
2626
- name: Install composer dependencies
2727
run: composer install --prefer-dist --no-interaction --no-progress
2828

29+
- name: Code sniff
30+
run: vendor/bin/php-cs-fixer fix --dry-run
31+
env:
32+
PHP_CS_FIXER_IGNORE_ENV: true
33+
2934
- name: Execute tests
3035
run: composer test

0 commit comments

Comments
 (0)