Skip to content

build(deps): bump postcss from 8.5.10 to 8.5.22 in /website #3091

build(deps): bump postcss from 8.5.10 to 8.5.22 in /website

build(deps): bump postcss from 8.5.10 to 8.5.22 in /website #3091

Workflow file for this run

# split from test.yml so as to run spell checks for doc-only PRs too
name: spell
on:
push:
branches:
- master
- 'release/**'
pull_request:
permissions:
contents: read
jobs:
spell:
name: "Spell check"
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
check_filenames: true
check_hidden: true
# by default, codespell uses configuration from the .codespellrc