From 1cbcca89b164d06481fb843bad359d5292c7c347 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Thu, 27 Nov 2025 14:33:11 +0100 Subject: [PATCH] =?UTF-8?q?Use=20Fabbot=20in=20the=20CI=20(for=20real=20?= =?UTF-8?q?=F0=9F=98=87)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hugo Alliaume --- .github/workflows/fabbot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/fabbot.yml diff --git a/.github/workflows/fabbot.yml b/.github/workflows/fabbot.yml new file mode 100644 index 0000000..340959e --- /dev/null +++ b/.github/workflows/fabbot.yml @@ -0,0 +1,15 @@ +name: Fabbot + +on: + pull_request: + +permissions: + contents: read + +jobs: + call-fabbot: + name: Fabbot + uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main + with: + package: WebpackEncoreBundle + check_license: true