Skip to content

Commit

Permalink
Merge pull request #9 from hyesungoh/fix/lint-and-apply-ci
Browse files Browse the repository at this point in the history
fix: lint and apply ci
  • Loading branch information
hyesungoh authored Aug 31, 2024
2 parents 1d29869 + 0cbec6d commit 2a2aa89
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI - build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn build
4 changes: 2 additions & 2 deletions src/components/PartSection/PartSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export default function PartSection() {
<motion.article css={articleCss} variants={defaultFadeInUpVariants}>
<h3>스터디 활동</h3>
<p>
Web, App, Server, AI/ML, PM 과정으로 나누어, 입문자를 기준으로 설계한 커리큘럼을
통해 파트별 스터디를 진행합니다.
Web, App, Server, AI/ML, PM 과정으로 나누어, 입문자를 기준으로 설계한 커리큘럼을 통해
파트별 스터디를 진행합니다.
<br />
<br />
빠르게 성장하고 싶은 열정과 배우고자 하는 의지만 있다면 누구나 좋은 개발자로서의 첫
Expand Down

0 comments on commit 2a2aa89

Please sign in to comment.