Skip to content

Commit 02a16b4

Browse files
Added BC check
1 parent d938a67 commit 02a16b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/checks.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Checks
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
roave-bc-check:
8+
name: Roave BC Check
9+
runs-on: ubuntu-20.04
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Roave BC Check
16+
uses: docker://nyholm/roave-bc-check-ga

0 commit comments

Comments
 (0)