Skip to content

Commit 3eb74c6

Browse files
authored
Add check for breaking BC (#55)
1 parent 399ce90 commit 3eb74c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/static-code-analysis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ jobs:
2020
uses: docker://jakzal/phpqa:php7.3-alpine
2121
with:
2222
args: php-cs-fixer fix --dry-run --diff-format udiff -vvv
23+
24+
roave-bc-check:
25+
name: Roave BC Check
26+
runs-on: ubuntu-latest
27+
28+
steps:
29+
- name: Checkout code
30+
uses: actions/checkout@v2
31+
32+
- name: Roave BC Check
33+
uses: docker://nyholm/roave-bc-check-ga

0 commit comments

Comments
 (0)