diff --git a/README.md b/README.md index d4a3d14..041ee63 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ -Pipeline implementation +Action implementation === -This package brings an implementation for the pipeline component, aimed at providing an Extract-Transform-Load pattern, -with logging, line rejections and execution states. - - -[![Quality](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml) -[![PHPStan level 5](https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml) -[![PHPStan level 7](https://github.com/php-etl/pipeline/actions/workflows/phpstan-7.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-7.yaml) -[![PHPStan level 8](https://github.com/php-etl/pipeline/actions/workflows/phpstan-8.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-8.yaml) -![PHP](https://img.shields.io/packagist/php-v/php-etl/pipeline) - Documentation ---