Skip to content

Commit 1d24131

Browse files
authored
Use github actions format for BC check (#1364)
It is a better experience than having to check the logs.
1 parent f302e36 commit 1d24131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: composer require --dev roave/backward-compatibility-check
3434

3535
- name: Run roave/backward-compatibility-check.
36-
run: vendor/bin/roave-backward-compatibility-check
36+
run: vendor/bin/roave-backward-compatibility-check --format=github-actions

0 commit comments

Comments
 (0)