Skip to content

Commit

Permalink
chore: Disabled phpcs like it was before, to many changes for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderlee committed Feb 7, 2024
1 parent 45ba7aa commit 16aed3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: composer install --no-ansi --no-interaction --no-progress --no-suggest

# Test
- name: Codestyle
run: php vendor/bin/phpcs -q --report=checkstyle | cs2pr
# - name: Codestyle
# run: php vendor/bin/phpcs -q --report=checkstyle | cs2pr
- name: PHPUnit Checks Matcher
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Unit Tests
Expand Down

0 comments on commit 16aed3c

Please sign in to comment.