Skip to content

feat: add support of compose,groups,keyed_groups #71

feat: add support of compose,groups,keyed_groups

feat: add support of compose,groups,keyed_groups #71

Workflow file for this run

name: Check type hinting
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
ty:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "poetry"
- name: Install dependencies and library
run: poetry install
- name: Check typing
run: poetry run ty check
pyrefly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "poetry"
- name: Install dependencies and library
run: poetry install
- name: Check typing with pyrefly
run: poetry run pyrefly check