Skip to content

Bump postcss from 8.5.16 to 8.5.18 in the all-dependencies group #668

Bump postcss from 8.5.16 to 8.5.18 in the all-dependencies group

Bump postcss from 8.5.16 to 8.5.18 in the all-dependencies group #668

Workflow file for this run

---
name: "Check spelling"
on:
pull_request:
branches-ignore:
- "dependabot/**"
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
spellcheck:
permissions:
contents: read # for streetsidesoftware/cspell-action to fetch files for commit
pull-requests: read # for streetsidesoftware/cspell-action to fetch commits for PR
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false