Skip to content

Update author information #95

Update author information

Update author information #95

Workflow file for this run

name: "ty CI"
on:
push:
branches: [ "master", "development", "develop" ]
pull_request:
branches: [ "master" , "development", "develop" ]
jobs:
type_checker:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install uv
run: pip install uv
- name: Install Dependencies
run: uv sync --all-extras
- name: ty Type Checking
run: uv run ty check