Skip to content

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1 #1136

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1

Bump stylelint-config-standard-scss from 14.0.0 to 15.0.1 #1136

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