Skip to content

[CHORE] white 색상 정의 추가 #178

[CHORE] white 색상 정의 추가

[CHORE] white 색상 정의 추가 #178

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: npm install
- run: npm run lint
working-directory: .