Skip to content

fix(about): 이전된 라우트의 슬래시 없는 형태도 careers로 redirect #1543

fix(about): 이전된 라우트의 슬래시 없는 형태도 careers로 redirect

fix(about): 이전된 라우트의 슬래시 없는 형태도 careers로 redirect #1543

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 .