Skip to content

RFC: Memoize style objects to prevent re-renders of memoized components #84

RFC: Memoize style objects to prevent re-renders of memoized components

RFC: Memoize style objects to prevent re-renders of memoized components #84

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Type check files
run: yarn tsc
- name: Run tests
run: yarn test