Skip to content

Commit

Permalink
Add disabled BC check
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and devanych committed Dec 19, 2020
1 parent 044d2d5 commit 8541643
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/bc.yml_
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
- pull_request
- push

name: backwards compatibility
jobs:
roave_bc_check:
name: Roave BC Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga

0 comments on commit 8541643

Please sign in to comment.