Skip to content

Removed arrow function from useEffect when showing confetti #1935

Removed arrow function from useEffect when showing confetti

Removed arrow function from useEffect when showing confetti #1935

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: "^18.20.0"
- name: Install
run: |
yarn install
cd functions
yarn install
- name: Lint client
run: yarn lint
- name: Type Check
run: yarn tsc
- name: Run Tests
run: yarn test