Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Bump @types/node from 22.8.2 to 22.8.4 #482

Bump @types/node from 22.8.2 to 22.8.4

Bump @types/node from 22.8.2 to 22.8.4 #482

Workflow file for this run

name: Prettier Formatting
on:
push:
branches: ["master", "main"]
pull_request:
branches: ["master", "main"]
jobs:
check-format:
name: Check Format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
npm ci
- name: Run prettier
run: |
npm run format
git --no-pager diff --exit-code --color=never