Skip to content

chore(deps): bump githubnext/gh-aw from 0.37.26 to 0.39.4 #877

chore(deps): bump githubnext/gh-aw from 0.37.26 to 0.39.4

chore(deps): bump githubnext/gh-aw from 0.37.26 to 0.39.4 #877

name: TypeScript Type Check
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
type-check:
name: TypeScript Type Check
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run TypeScript type check
run: npm run type-check