We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a16b4 commit 37e5e0cCopy full SHA for 37e5e0c
.github/workflows/checks.yml
.github/workflows/static.yml
@@ -54,3 +54,14 @@ jobs:
54
55
- name: Execute Psalm
56
run: vendor/bin/psalm --no-progress --output-format=github
57
+
58
+ bccheck:
59
+ name: BC Check
60
+ runs-on: ubuntu-20.04
61
62
+ steps:
63
+ - name: Checkout code
64
+ uses: actions/checkout@v2
65
66
+ - name: Execute BC Check
67
+ uses: docker://nyholm/roave-bc-check-ga
0 commit comments