Skip to content

Add new words to cSpell dictionary, update button transitions, fix ty… #333

Add new words to cSpell dictionary, update button transitions, fix ty…

Add new words to cSpell dictionary, update button transitions, fix ty… #333

Workflow file for this run

name: test:unit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run unit test
run: yarn run test:unit