-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from php-etl/feature/qualityflow-improvments
update composer to php 8.2, Add github actions, add phpunit et infect…
- Loading branch information
Showing
704 changed files
with
9,726 additions
and
6,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Quality | ||
on: push | ||
jobs: | ||
cs-fixer: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '8.2' | ||
- name: Cs-Fixer | ||
run: | | ||
wget -q https://cs.symfony.com/download/php-cs-fixer-v3.phar -O php-cs-fixer | ||
chmod a+x php-cs-fixer | ||
PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
/vendor/ | ||
/.php-cs-fixer.cache | ||
/bin/json5 | ||
/bin/php-cs-fixer | ||
/bin/php-parse | ||
/bin/phpstan | ||
/bin/phpstan.phar | ||
/bin/phpunit | ||
/bin/rector | ||
/bin/validate-json | ||
/bin/var-dump-server | ||
/bin/yaml-lint | ||
/bin/infection | ||
/bin/jane | ||
/bin/jane-openapi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Gyroscops Api Client | ||
=== | ||
|
||
[![Quality (PHPStan lvl 4)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/quality.yaml) | ||
[![PHPUnit](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpunit.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpunit.yaml) | ||
[![Infection](https://github.com/php-etl/gyroscops-api-client/actions/workflows/infection.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/infection.yaml) | ||
[![PHPStan level 5](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-5.yaml) | ||
[![PHPStan level 6](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-6.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-6.yaml) | ||
[![PHPStan level 7](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-7.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-7.yaml) | ||
[![PHPStan level 8](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-8.yaml/badge.svg)](https://github.com/php-etl/gyroscops-api-client/actions/workflows/phpstan-8.yaml) | ||
![PHP](https://img.shields.io/packagist/php-v/php-etl/gyroscops-api-client) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.