README for Policy based VRF selection for IPV4 and IPV6 from non-default to default network-instance #13142
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 |