Skip to content

feat: 프로덕션 준비 작업 #46

feat: 프로덕션 준비 작업

feat: 프로덕션 준비 작업 #46

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Github Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install deps
run: yarn
- name: Lint
run: yarn lint