Skip to content

[ISSUE 14] - Add Material UI throughout app #194

[ISSUE 14] - Add Material UI throughout app

[ISSUE 14] - Add Material UI throughout app #194

Workflow file for this run

name: Run TypeScript Checks on Every Commit and Pull Request
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
test:
name: Run TypeScript Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run typecheck