Skip to content

Bump @types/node from 22.10.5 to 22.10.10 #15

Bump @types/node from 22.10.5 to 22.10.10

Bump @types/node from 22.10.5 to 22.10.10 #15

Workflow file for this run

name: Lint
on:
push:
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Install dependencies
run: npm ci
- name: Check formatting
run: npm run prettier:check