Skip to content

chore(deps-dev): bump @percy/cli from 1.31.5 to 1.31.6 (#3302) #12989

chore(deps-dev): bump @percy/cli from 1.31.5 to 1.31.6 (#3302)

chore(deps-dev): bump @percy/cli from 1.31.5 to 1.31.6 (#3302) #12989

Workflow file for this run

name: cspell
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
env:
FORCE_COLOR: 2
permissions:
contents: read
jobs:
cspell:
permissions:
# allow streetsidesoftware/cspell-action to fetch files for commits and PRs
contents: read
pull-requests: read
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Clone repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- name: Run cspell
uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 # v8.0.0
with:
config: ".cspell.json"
files: "**/*.{md,mdx}"
inline: error
incremental_files_only: false