Skip to content

Add next lint command + add default working dir. for build #5

Add next lint command + add default working dir. for build

Add next lint command + add default working dir. for build #5

Workflow file for this run

name: Frontend CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Frontend
strategy:
matrix:
node-version: [16.x]
steps:
- name: Install dependencies
uses: actions/checkout@v4
- run: npm install
- run: next lint