From 1d2413134d41bb98b9cb8f144279716b174858bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 15 Oct 2023 19:51:54 +0200 Subject: [PATCH] Use github actions format for BC check (#1364) It is a better experience than having to check the logs. --- .github/workflows/bc-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bc-check.yml b/.github/workflows/bc-check.yml index e412dcfe8..c62302429 100644 --- a/.github/workflows/bc-check.yml +++ b/.github/workflows/bc-check.yml @@ -33,4 +33,4 @@ jobs: run: composer require --dev roave/backward-compatibility-check - name: Run roave/backward-compatibility-check. - run: vendor/bin/roave-backward-compatibility-check + run: vendor/bin/roave-backward-compatibility-check --format=github-actions