Drop or rename TODOs (issues will be created) and use logging for unexpected frame #412
Workflow file for this run
This file contains hidden or 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: Dev CI | |
on: | |
pull_request: | |
paths-ignore: | |
- samples/** | |
push: | |
paths-ignore: | |
- samples/** | |
branches: | |
- ci/** | |
jobs: | |
test: | |
uses: ./.github/workflows/run-tests.yml |