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