Skip to content

V1 브랜드페이 지원 추가 #73

V1 브랜드페이 지원 추가

V1 브랜드페이 지원 추가 #73

Workflow file for this run

name: Run Biome Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v3
with:
run_install: true
- run: pnpm lint:ci