deviation for cisco 1.51 multipath only under global/afi/safi/ #13136
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
name: Rundata Check | |
on: [pull_request] | |
jobs: | |
check_rundata: | |
name: Check for Rundata | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout PR | |
uses: actions/checkout@v3 | |
- name: Check that addrundata is up to date. | |
run: go run ./tools/addrundata |