When to use deviations #13355
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 |