Skip to content

feat: implement background cache updater for RSVP count with improved… #36

feat: implement background cache updater for RSVP count with improved…

feat: implement background cache updater for RSVP count with improved… #36

Workflow file for this run

name: tsc
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install -g yarn # this is necessary for act, also just a good failsafe
- run: yarn install
- run: yarn lint
- run: yarn tsc --noEmit