Skip to content

[REFACTOR] 테스트 퍼널 및 로딩 로직 변경 #250

[REFACTOR] 테스트 퍼널 및 로딩 로직 변경

[REFACTOR] 테스트 퍼널 및 로딩 로직 변경 #250

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