Skip to content

feat(members): prefer attending property over computing from lastSeen #50

feat(members): prefer attending property over computing from lastSeen

feat(members): prefer attending property over computing from lastSeen #50

Workflow file for this run

name: Check code
on:
pull_request:
branches:
- master
jobs:
check:
name: Check for lint and typescript error
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn run check