Skip to content

Commit

Permalink
Use github actions format for BC check (#1364)
Browse files Browse the repository at this point in the history
It is a better experience than having to check the logs.
  • Loading branch information
greg0ire committed Oct 15, 2023
1 parent f302e36 commit 1d24131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bc-check.yml
Expand Up @@ -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

0 comments on commit 1d24131

Please sign in to comment.