Skip to content

Add editable recovery calendar dates and fix notification persistence on friend request actions #18

Add editable recovery calendar dates and fix notification persistence on friend request actions

Add editable recovery calendar dates and fix notification persistence on friend request actions #18

name: TypeScript Build Check
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm run build