Skip to content

feat: explore page UI 구현 & 오타 수정 (#9) #16

feat: explore page UI 구현 & 오타 수정 (#9)

feat: explore page UI 구현 & 오타 수정 (#9) #16

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Install dependencies
run: yarn install
- name: Check
run: yarn check-all