Skip to content

Commit 37e5e0c

Browse files
Tweaked actions config
1 parent 02a16b4 commit 37e5e0c

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/static.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@ jobs:
5454

5555
- name: Execute Psalm
5656
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

Comments
 (0)