Skip to content

지원 완료 페이지 당근이 일러스트 교체 #1421

지원 완료 페이지 당근이 일러스트 교체

지원 완료 페이지 당근이 일러스트 교체 #1421

Workflow file for this run

name: Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
chores:
runs-on: ubuntu-latest
name: Checking Chores
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install Dependencies
run: yarn install --immutable
- name: Checking conventions via Biome
run: yarn biome ci .