Removed explicit_p4rt_node_component
/ExplicitP4RTNodeComponent
deviation
#11673
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 |