Skip to content

Bump @types/node from 24.5.2 to 24.7.2 #79

Bump @types/node from 24.5.2 to 24.7.2

Bump @types/node from 24.5.2 to 24.7.2 #79

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