Skip to content

Added Confetti and finalized the countdown component #1924

Added Confetti and finalized the countdown component

Added Confetti and finalized the countdown component #1924

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