Skip to content

Update makeStyles.ts (linter) #5

Update makeStyles.ts (linter)

Update makeStyles.ts (linter) #5

Workflow file for this run

name: Typecheck
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Run Typecheck
run: yarn tsc --noEmit