Skip to content

Merge pull request #29 from cocola-dev/revert-28-main #20

Merge pull request #29 from cocola-dev/revert-28-main

Merge pull request #29 from cocola-dev/revert-28-main #20

Workflow file for this run

name: ✨ Next.js lint checks
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🔍
uses: actions/checkout@v2
- name: Setup Node.js 🫡
uses: actions/setup-node@v2
with:
node-version: "20.9.0"
- name: Install Dependencies ☘️
run: |
npm install
- name: lint Chacks ✅
run: |
npm run lint
- name: production build ✨
run: |
npm run build
env:
GENERATIVE_API_KEY: ${{ secrets.GENERATIVE_API_KEY }}