Skip to content

chore: bumb prettier to version 2.x #9

chore: bumb prettier to version 2.x

chore: bumb prettier to version 2.x #9

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install Dependencies
run: yarn install
- name: Run Test
run: yarn test