Skip to content

Build a blog website with ghost api and nextjs (#1151) #99

Build a blog website with ghost api and nextjs (#1151)

Build a blog website with ghost api and nextjs (#1151) #99

Workflow file for this run

name: CI & CD
on:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install & Lint
run: |
npm install
npm run lint