Skip to content

Commit 78862d5

Browse files
authored
Create backward-compatibility-check.yml
1 parent 0882447 commit 78862d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)