Skip to content

build(deps-dev): Bump react from 19.0.0 to 19.1.0 #1863

build(deps-dev): Bump react from 19.0.0 to 19.1.0

build(deps-dev): Bump react from 19.0.0 to 19.1.0 #1863

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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Prettier Check
run: npm run prettier:check