Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Update dependency next to v14.1.1 [SECURITY] #2

Update dependency next to v14.1.1 [SECURITY]

Update dependency next to v14.1.1 [SECURITY] #2

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
with:
version: 8
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
- name: Install Dependencies
run: pnpm i --frozen-lockfile
- name: Run ESLint
run: pnpm lint