Skip to content

⚡️ Do not prefetch channels pages #4

⚡️ Do not prefetch channels pages

⚡️ Do not prefetch channels pages #4

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Typecheck
run: npm run typecheck