Skip to content

Merge pull request #223 from Project-Juniors-Club/sltsheryl/fix-cart #20

Merge pull request #223 from Project-Juniors-Club/sltsheryl/fix-cart

Merge pull request #223 from Project-Juniors-Club/sltsheryl/fix-cart #20

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn
- run: npx next lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn
- run: npx next lint