Skip to content

ci: lint 커맨드 임시 비활성화 (#ATR-605) #200

ci: lint 커맨드 임시 비활성화 (#ATR-605)

ci: lint 커맨드 임시 비활성화 (#ATR-605) #200

name: Build and Test
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}