Skip to content

Docs folder standardization and other fixes #151

Docs folder standardization and other fixes

Docs folder standardization and other fixes #151

Workflow file for this run

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