Skip to content

fix : next,react 보안문제 해결을 위해 안정적 패치 버전으로 변경 #498

fix : next,react 보안문제 해결을 위해 안정적 패치 버전으로 변경

fix : next,react 보안문제 해결을 위해 안정적 패치 버전으로 변경 #498

Workflow file for this run

name: Lint Checker
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
run_install: true
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Run lint
run: pnpm lint