Skip to content

Bump the actions group in /.github/workflows with 3 updates (#182) #297

Bump the actions group in /.github/workflows with 3 updates (#182)

Bump the actions group in /.github/workflows with 3 updates (#182) #297

Workflow file for this run

name: 'Run Prettify'
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Run Prettier Check
run: npx prettier --check .