Skip to content

Bump prismjs and react-syntax-highlighter #207

Bump prismjs and react-syntax-highlighter

Bump prismjs and react-syntax-highlighter #207

Workflow file for this run

# Copyright 2022 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Format
on:
pull_request:
branches: ["main"]
permissions: {}
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: "package.json"
- name: Check prettify code
run: |
npm ci
npx prettier --check .