Skip to content

show basic profile info. simplify landing page & simplify dummy test #47

show basic profile info. simplify landing page & simplify dummy test

show basic profile info. simplify landing page & simplify dummy test #47

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: run yarn install
run: yarn install
- name: run yarn test
run: yarn test