Skip to content

Bump @types/node from 22.14.0 to 22.14.1 #848

Bump @types/node from 22.14.0 to 22.14.1

Bump @types/node from 22.14.0 to 22.14.1 #848

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check-package:
name: Check Package
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup pnpm
uses: threeal/[email protected]
- name: Install Dependencies
run: pnpm install
- name: Check Formatting
run: pnpm format
- name: Check Diff
run: git diff && git diff-index --quiet --exit-code HEAD
- name: Check Lint
run: pnpm lint