Skip to content

build(deps-dev): Bump @types/node from 22.13.0 to 22.13.1 (#433) #1625

build(deps-dev): Bump @types/node from 22.13.0 to 22.13.1 (#433)

build(deps-dev): Bump @types/node from 22.13.0 to 22.13.1 (#433) #1625

Workflow file for this run

name: Prettier
on:
push:
pull_request:
permissions:
contents: read
jobs:
formatting-check:
name: Formatting Check
runs-on: wallet-tools-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Run Prettier Check
run: npm run prettier:check