Skip to content

Merge pull request #198 from Project-Juniors-Club/sltsheryl/sorting-g… #15

Merge pull request #198 from Project-Juniors-Club/sltsheryl/sorting-g…

Merge pull request #198 from Project-Juniors-Club/sltsheryl/sorting-g… #15

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