Skip to content

[FEAT] 랜딩페이지 UI 구현 #122

[FEAT] 랜딩페이지 UI 구현

[FEAT] 랜딩페이지 UI 구현 #122

name: Check Lint
on:
pull_request:
types: [opened, reopened, synchronize]
branches: ['main']
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: yarn run lint
working-directory: .