Skip to content

[feat] 본인인증 모달 섹션 첫번째 섹션 추가 스타일 추가 #40

[feat] 본인인증 모달 섹션 첫번째 섹션 추가 스타일 추가

[feat] 본인인증 모달 섹션 첫번째 섹션 추가 스타일 추가 #40

Workflow file for this run

name: check lint
on:
pull_request:
branches:
- "main"
- "dev"
jobs:
check-lint:
runs-on: ubuntu-latest
steps:
- name: pull code to computer
uses: actions/checkout@v4
- name: install node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: check lint
run: |
npm install
npm run lint
echo "You're code is pretty!"