Skip to content

refactor: simplify dependencies in FeedbackModal and SettingsPanel, a… #77

refactor: simplify dependencies in FeedbackModal and SettingsPanel, a…

refactor: simplify dependencies in FeedbackModal and SettingsPanel, a… #77

Workflow file for this run

name: CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run lint
typecheck:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npx tsc --noEmit