Skip to content

Try to fix git checkout issue in centos docker #217

Try to fix git checkout issue in centos docker

Try to fix git checkout issue in centos docker #217

name: Type Check (Ty)
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- '**'
paths-ignore:
- '.github/workflows/**'
jobs:
typecheck:
if: github.event_name == 'pull_request' || github.event.pull_request == null
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup
uses: ./.github/actions/setup
- name: Run Ty
run: uv run ty check .