Skip to content

Bump postcss-cli from 11.0.0 to 11.0.1 (#489) #1134

Bump postcss-cli from 11.0.0 to 11.0.1 (#489)

Bump postcss-cli from 11.0.0 to 11.0.1 (#489) #1134

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches-ignore:
- "dependabot/**"
permissions:
contents: read
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: streetsidesoftware/cspell-action@v7
with:
inline: warning
incremental_files_only: true