Skip to content

chore(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10 #584

chore(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10

chore(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10 #584

Workflow file for this run

name: Check Website Code Formatting with Prettier
on:
pull_request:
branches:
- 'master'
permissions:
contents: read
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run Prettier
uses: creyD/prettier_action@8c18391fdc98ed0d884c6345f03975edac71b8f0 # v4.6
with:
# Prettier CLI arguments
prettier_options: '--config ./website/.prettierrc --ignore-path ./website/.prettierignore --check ./website'