Skip to content

✨MyCommunityPosts 페이지 추가, 일부 스타일링 변경 #98

✨MyCommunityPosts 페이지 추가, 일부 스타일링 변경

✨MyCommunityPosts 페이지 추가, 일부 스타일링 변경 #98

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