Skip to content

[FEAT] 로그인된 유저 정보 #224

[FEAT] 로그인된 유저 정보

[FEAT] 로그인된 유저 정보 #224

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