Skip to content

build(deps): Bump step-security/harden-runner from 2.11.0 to 2.11.1 #1870

build(deps): Bump step-security/harden-runner from 2.11.0 to 2.11.1

build(deps): Bump step-security/harden-runner from 2.11.0 to 2.11.1 #1870

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@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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