Skip to content

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 #1211

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2

build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 #1211

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Run Prettier Check
run: npm run prettier:check