Skip to content

Add comprehensive README with project overview and usage examples #5

Add comprehensive README with project overview and usage examples

Add comprehensive README with project overview and usage examples #5

Workflow file for this run

name: CI for restaurant
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: ci for app
working-directory: ./
run: |
npm i
npm run build
npm run format