Skip to content

Commit

Permalink
DevKit updates (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jul 23, 2022
1 parent 0d34cca commit ade94c1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Expand Up @@ -8,7 +8,6 @@ tests export-ignore
docs export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
rector.php export-ignore
bin/console export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/qa.yaml
Expand Up @@ -66,28 +66,3 @@ jobs:

- name: Psalm
run: vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.0

rector:
name: Rector

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
tools: composer:v2

- name: Install Composer dependencies (highest)
uses: ramsey/composer-install@v2
with:
dependency-versions: highest
composer-options: --prefer-dist --prefer-stable

- name: Rector
run: vendor/bin/rector --no-progress-bar --dry-run
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -119,7 +119,3 @@ phpstan:
psalm:
vendor/bin/psalm --php-version=8.0
.PHONY: psalm

rector:
vendor/bin/rector
.PHONY: rector
41 changes: 0 additions & 41 deletions rector.php

This file was deleted.

0 comments on commit ade94c1

Please sign in to comment.