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 0882447 commit 78862d5Copy full SHA for 78862d5
.github/workflows/backward-compatibility-check.yml
@@ -0,0 +1,12 @@
1
+on: [push]
2
+name: backward compatibility check
3
+jobs:
4
+ roave_bc_check:
5
+ name: Roave BC Check
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@master
9
+ - name: fetch tags
10
+ run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
11
+ - name: Roave BC Check
12
+ uses: docker://nyholm/roave-bc-check-ga
0 commit comments