Skip to content

[FEAT] 장소 입력 UI 구현 #29

[FEAT] 장소 입력 UI 구현

[FEAT] 장소 입력 UI 구현 #29

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: .