Skip to content

[Main to Dev] 2주년 픽픽픽 교체건 QA3차 #1078

[Main to Dev] 2주년 픽픽픽 교체건 QA3차

[Main to Dev] 2주년 픽픽픽 교체건 QA3차 #1078

Workflow file for this run

name: Lint check
on: pull_request
jobs:
build-test:
name: Next Lint test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: npm install -g pnpm
- run: pnpm install
- name: Run Lint
run: pnpm lint