Skip to content

마을 기사 읽기 페이지 UI작업 #149

마을 기사 읽기 페이지 UI작업

마을 기사 읽기 페이지 UI작업 #149

Workflow file for this run

name: PR Build Test
on:
pull_request:
branches:
- main
jobs:
build_test:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build