Skip to content

Commit 19146c8

Browse files
authored
Enable BC workflow (#169)
1 parent e144462 commit 19146c8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/bc.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
- pull_request
3+
- push
4+
5+
name: backwards compatibility
6+
jobs:
7+
roave_bc_check:
8+
name: Roave BC Check
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@master
12+
- name: fetch tags
13+
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
14+
- name: Roave BC Check
15+
uses: docker://nyholm/roave-bc-check-ga

.github/workflows/bc.yml_

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

0 commit comments

Comments
 (0)