Move to src-based layout, declare typed (PEP 561), modernize type annotations (and more) #100
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: CI | |
on: | |
pull_request: | |
jobs: | |
ci-job: | |
name: Checks | |
uses: ./.github/workflows/checks.yml |