Skip to content

[FEAT] Button 컴포넌트에 isLoading props 추가 #194

[FEAT] Button 컴포넌트에 isLoading props 추가

[FEAT] Button 컴포넌트에 isLoading props 추가 #194

name: Check Pull Request
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: .