From 0ffdf8ce1dd2fc1caf55d15a044b8cea0cba3032 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 7 Jul 2021 16:26:26 +0200 Subject: [PATCH] Move checks to GHA --- .editorconfig | 4 + .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/qa.yml | 179 ++++++++++++++++-- .../api-pack/{2.1 => 1.0}/manifest.json | 0 .../2.3/manifest.json | 2 +- .../2.5/config/packages/dev/swiftmailer.yaml | 6 +- 6 files changed, 172 insertions(+), 21 deletions(-) rename api-platform/api-pack/{2.1 => 1.0}/manifest.json (100%) diff --git a/.editorconfig b/.editorconfig index 669ef302..76d47db6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,10 @@ root = true [*] end_of_line = LF +[*.{yml,yaml}] +indent_style = space +indent_size = 4 + [*.json] indent_style = space indent_size = 4 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9c497283..e9903f26 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ | Q | A | ------------- | --- | License | MIT -| Doc issue/PR | symfony/symfony-docs#... +| Doc issue/PR | symfony/symfony-docs#...