name: Quality Checks on: workflow_call: jobs: typecheck: runs-on: ubuntu-latest timeout-minutes: 10 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: ./.github/actions/setup-gitnexus - run: npx tsc --noEmit working-directory: gitnexus