Skip to content

chore(deps): update anthropics/claude-code-action action to v1.0.41 #1505

chore(deps): update anthropics/claude-code-action action to v1.0.41

chore(deps): update anthropics/claude-code-action action to v1.0.41 #1505

Workflow file for this run

name: Type Check
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
type-check:
name: TypeScript Type Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup
uses: ./.github/actions/setup
- name: Run type check
run: pnpm type-check