Skip to content

[Style] border gradient 뒷 배경이 투명하도록 변경 #114

[Style] border gradient 뒷 배경이 투명하도록 변경

[Style] border gradient 뒷 배경이 투명하도록 변경 #114

Workflow file for this run

name: jest test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.15.0'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test