Skip to content

Bump eslint-config-next from 13.5.4 to 14.0.2 #261

Bump eslint-config-next from 13.5.4 to 14.0.2

Bump eslint-config-next from 13.5.4 to 14.0.2 #261

Workflow file for this run

name: CI
# on: [push, pull_request]
on: [push]
env:
DATABASE_URL: "https://example.com"
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: "asdf"
CLERK_SECRET_KEY: "asdf"
UPSTASH_REDIS_REST_URL: "https://example.com"
UPSTASH_REDIS_REST_TOKEN: "asdf"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint