From 293359dbc2a0fcad50bbf3202b0b6634644aea82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Parrat?= <47692802+sebprt@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:04:39 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 ---