This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
name: Next.js Deploy
|
name: Next.js Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, feature/migration-nextjs]
|
branches: [main, feature/migration-nextjs-8285342661616568434]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- name: Install Bun
|
||||||
with:
|
uses: oven-sh/setup-bun@v1
|
||||||
node-version: "20"
|
- run: bun install
|
||||||
- run: npm install
|
- run: bun run build
|
||||||
- run: npm run build
|
- run: bun run lint
|
||||||
- run: npm run lint
|
|
||||||
|
|||||||
Reference in New Issue
Block a user