Skip to content

Change settings page heading to h1 #16

Change settings page heading to h1

Change settings page heading to h1 #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm install emdash typescript @types/react
- run: npx tsc --noEmit