File: type_completeness.yml

package info (click to toggle)
python-telegram-bot 22.5-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 11,940 kB
  • sloc: python: 92,703; makefile: 179; sh: 4
file content (23 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Check Type Completeness
on:
  pull_request:
    paths:
      - src/telegram/**
      - pyproject.toml
      - .github/workflows/type_completeness.yml
  push:
    branches:
      - master

permissions: {}

jobs:
  test-type-completeness:
    name:   test-type-completeness
    runs-on: ubuntu-latest
    steps:
      - uses: Bibo-Joshi/pyright-type-completeness@c85a67ff3c66f51dcbb2d06bfcf4fe83a57d69cc # 1.0.1
        with:
          package-name: telegram
          python-version: 3.12
          pyright-version: ~=1.1.367