Skip to content

FIX: robots, siteMap 요청이 제대로 처리되도록 우선순위를 지정 #101

FIX: robots, siteMap 요청이 제대로 처리되도록 우선순위를 지정

FIX: robots, siteMap 요청이 제대로 처리되도록 우선순위를 지정 #101

Workflow file for this run

name: Build and Test on PR
on:
pull_request:
branches:
- develop
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn build