chore(deps): update ui-monitoring digest to 1d2e50f #18
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: Pre-submit tests | |
on: | |
pull_request: | |
jobs: | |
generate: | |
name: Verify generated code | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: make --always-make generate && git diff --exit-code |