Skip to content

chore(deps): bump clap from 4.6.4 to 4.6.6 in /cli #585

chore(deps): bump clap from 4.6.4 to 4.6.6 in /cli

chore(deps): bump clap from 4.6.4 to 4.6.6 in /cli #585

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'