Fix incorrect check error occurred while converting IP address to bit… #67
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |