Skip to content

fix(members): increase presences graph to full width #29

fix(members): increase presences graph to full width

fix(members): increase presences graph to full width #29

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 check