Skip to content

fix(app): Eslint를 지키지 않아 생기는 build 오류 수정 #16

fix(app): Eslint를 지키지 않아 생기는 build 오류 수정

fix(app): Eslint를 지키지 않아 생기는 build 오류 수정 #16

Workflow file for this run

name: Build nextjs with bun projects
on:
push:
branches: ["dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: setup bun.js
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.11
- run: bun install
- run: bun run build