Skip to content

about.daangn.com: 여기다 두는건가..? #1401

about.daangn.com: 여기다 두는건가..?

about.daangn.com: 여기다 두는건가..? #1401

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 .