Skip to content

chore(deps-dev): bump eslint-config-next from 14.2.4 to 14.2.14 #97

chore(deps-dev): bump eslint-config-next from 14.2.4 to 14.2.14

chore(deps-dev): bump eslint-config-next from 14.2.4 to 14.2.14 #97

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Export
run: pnpm export
- name: Upload
uses: actions/upload-artifact@v4
with:
name: DevChum
path: extensions
- name: Lint
run: pnpm lint
- name: Check Formatting
run: pnpm prettier --check .