Skip to content

chore: bump prettier from 3.8.4 to 3.9.4 #1705

chore: bump prettier from 3.8.4 to 3.9.4

chore: bump prettier from 3.8.4 to 3.9.4 #1705

Workflow file for this run

name: cspell-action
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v5
- uses: streetsidesoftware/cspell-action@v8
with:
files: '.'
incremental_files_only: false
check_dot_files: true