Skip to content

[Snyk] Upgrade eslint-config-next from 13.1.1 to 13.5.6 #8

[Snyk] Upgrade eslint-config-next from 13.1.1 to 13.5.6

[Snyk] Upgrade eslint-config-next from 13.1.1 to 13.5.6 #8

Workflow file for this run

name: Build Project
on:
pull_request:
branches: [main]
jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: Install dependencies
run: npm ci
- name: Lint check
run: npm run lint
- name: Test building a project
run: npm run build