SnapView: add overload for throwing get_t2_body with no ret_type #1011
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: ci | |
on: | |
push: | |
branches: | |
- master | |
- renovate/* | |
- dev/* | |
tags: | |
- v* | |
pull_request: | |
branches: | |
- master | |
- v0.8.x | |
jobs: | |
ci: | |
uses: ./.github/workflows/ci.yml | |
secrets: inherit | |
with: | |
lint: true | |
mypy-check-files: tests |