Skip to content

New typing support

New typing support #29

Workflow file for this run

name: Required checks
on:
pull_request:
jobs:
testing:
uses: ./.github/workflows/testing.yml
required-checks:
name: Required checks
runs-on: ubuntu-22.04
needs: [testing]
steps:
- run: echo "All required checks passed"